-
Notifications
You must be signed in to change notification settings - Fork 674
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SCC: Adding updates to the scc resources/datasources #4865
Conversation
- Added to a TODO to verify all default-parameters are present - Changed the formattinf for the profile_attachment markdown
@@ -10,7 +10,7 @@ subcategory: "Security and Compliance Center" | |||
|
|||
Create, update, and delete profiles with this resource. | |||
|
|||
~> NOTE: if you specify the `region` in the provider, that region will become the default URL. Else, exporting the environmental variable IBMCLOUD_SCC_API_ENDPOINT will override any URL(ex. `export IBMCLOUD_SCC_API_ENDPOINT=https://us-south.compliance.ibm.com`). | |||
~> NOTE: if you specify the `region` in the provider, that region will become the default URL. Else, exporting the environmental variable IBMCLOUD_SCC_API_ENDPOINT will override any URL(ex. `export IBMCLOUD_SCC_API_ENDPOINT=https://us-south.compliance.cloud.ibm.com`). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the resource we marked controls from required to optional. Can we update the this docuemnt also to reflect same
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the resource field Controls
is changed back from required to optional
@@ -125,6 +125,7 @@ func dataSourceIbmSccProviderTypeCollectionRead(context context.Context, d *sche | |||
} | |||
|
|||
listProviderTypesOptions := &securityandcompliancecenterapiv3.ListProviderTypesOptions{} | |||
listProviderTypesOptions.SetInstanceID(d.Get("instance_id").(string)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The documentaion is missing for this attribute in docs
Genral comment the documentaion updates are missing for the datasource/resource changes |
Can you fix the conflicts |
@tyao117 Can you fix conflicts |
The documentation was incorrect as the specified endpoint did not work. |
Community Note
Relates OR Closes #0000
Output from acceptance testing: