-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
azurerm_nginx_certificate recreates when key_vault_secret_id is modified #22092
Comments
I am filing this issue as a member of the product team for NGINXaaS for Azure. We are interested in knowing why the implementation is this way based on the OpenAPI spec. Is it necessary to have a PATCH endpoint in order for the Terraform team to implement update behavior? Is it possible to mark as to not recreate? We are looking to open a dialogue with the Azure Terraform team around improving our products Terraform experience for our customers. |
The argument is currently marked as
The underlying API |
@agazeley @UnwashedMeme thanks for filing this. This resource did not implement the please have a check that if all these field are |
All of those fields are able to be updated. Thank you for the quick fix! Left one minor comment on the PR. |
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. |
Is there an existing issue for this?
Community Note
Terraform Version
1.4.6
AzureRM Provider Version
3.58.0
Affected Resource(s)/Data Source(s)
azurerm_nginx_certificate
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
Certificate should be deleted and recreated only on changes to the 'name' field.
Actual Behaviour
Certificate is deleted and recreated on all changes to attributes of the certificate
Steps to Reproduce
Important Factoids
No response
References
https://github.com/nginxinc/nalb-shared/issues/838
The text was updated successfully, but these errors were encountered: