terraform-provider-vault
terraform-provider-vault copied to clipboard
add feature to allow specifying role_id instead of role_name for azure_secret_backend_role
Community Note
- Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request
- Please do not leave "+1" comments, they generate extra noise for pull request followers and do not help prioritize the request
Closes #715
Release note for CHANGELOG:
allow specifying role_id or role_name in azure_secret_backend_role resource
Output from acceptance testing:
$ make testacc TESTARGS='-run=TestAccXXX'
...
The overall functionality here works - we've been using it in production for ~6 months now. Need to add tests and documentation before review.
superseded by #1573