terraform-provider-azurerm
terraform-provider-azurerm copied to clipboard
r/api_management(_custom_domain): support for key_vault_certificate_id
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 "me too" comments, 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
New or Affected Resource(s)
- azurerm_api_management, azurerm_api_management_custom_domain
Potential Terraform Configuration
First and foremost, while mapping a custom domain to api managemetn developer and portal, I noticed few glitches with the implementation.
- key_vault_id under the management, developer, scm blocks should be renamed to key_vault_certificate_id
- As Microsoft is planning to deprecate the usage of importing certificates in key vault secrets, I would like if we provide an ability to import the certificate from azurerm_key_vault_certificate module.
Might be worth looking at for provider v3? #14193
This functionality has been released in v3.4.0 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.
For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!
Released in v3.4.0
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.