azurerm_key_vault_secret
forces replacement if expiration_date is not known until apply
#28914
Open
1 task done
Labels
Is there an existing issue for this?
Community Note
Terraform Version
1.11.0
AzureRM Provider Version
4.21.1
Affected Resource(s)/Data Source(s)
azurerm_key_vault_secret
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
When a valid expiration date is calculated at apply, the expiration date on the key vault secret should be updated and the secret should not be recreated.
Actual Behaviour
The key vault secret is deleted and then recovered with the updated expiration date.
Steps to Reproduce
Important Factoids
No response
References
Appears to be caused by the changes in azurerm_key_vault_secret: remove expiration triage recreate #28494
The text was updated successfully, but these errors were encountered: