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
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
I want to be able to lookup an scc control library by name instead of id. Our terraform code creates an scc control library, and on reapply we will need to lookup the control library again by name to check for existing controls and values, but we do not have access to the control_library_id at that time and therefore cannot provide existing values which results in terraform removing existing controls ect. since they weren't provided.
Basically this datasource should also accept a control library name and not have to provide an id.
Community Note
Description
I want to be able to lookup an scc control library by name instead of id. Our terraform code creates an scc control library, and on reapply we will need to lookup the control library again by name to check for existing controls and values, but we do not have access to the
control_library_id
at that time and therefore cannot provide existing values which results in terraform removing existing controls ect. since they weren't provided.Basically this datasource should also accept a control library name and not have to provide an id.
New or Affected Resource(s)
Potential Terraform Configuration
References
Docs: https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/data-sources/scc_control_library
internal issue: https://github.ibm.com/project-fortress/pm/issues/15403
The text was updated successfully, but these errors were encountered: