terraform-provider-ibm
terraform-provider-ibm copied to clipboard
secrets manager region should not be an argument to resources
Community Note
- 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
New or Affected Resource(s) or Datasource(s)
- ibm_sm_arbitrary_secret
- ibm_sm_en_registration
- ibm_sm_ALL
region should be derived from the instance_id and not in each resource.
Description
- [ ] region should come from the ID of the service instance See https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/resources/kms_instance_policies and other examples.
References
- #0000