You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Console (UI), SCC scopes are referential and it is first class entity (in the sense we can create a scope and then use that scope to create attachment). First class scopes can have name and that would display in the name column.
The IBM Cloud Terraform Provider should allow either to create a scope as a resource or should enable users to set the scope name in the resource ibm_scc_profile_attachment.
The text was updated successfully, but these errors were encountered:
The problem now is that any scope that is created as part of the ibm_scc_profile_attachment resource is not destroyed when that resource is destroyed, as the scope is not in the state.
The
ibm_scc_profile_attachment
does not enable to set the scope name.Affected Resource(s)
In the Console (UI), SCC scopes are referential and it is first class entity (in the sense we can create a scope and then use that scope to create attachment). First class scopes can have name and that would display in the name column.
The IBM Cloud Terraform Provider should allow either to create a scope as a resource or should enable users to set the scope name in the resource
ibm_scc_profile_attachment
.The text was updated successfully, but these errors were encountered: