Closed ruandersMSFT closed 1 month ago
This is due to the use of ARM templates to allow deployment to secured resources in some cases. Terraform can't validate the state of the Azure resources created by the ARM template, so it always tries to re-run the ARM scripts. The ARM templates themselves don't actually alter the resources if nothing has changed.
This is working as expected.
Even after a failed partial deployment and attempting to resume, Terraform is already trying to change on redeployment.
In turn, this leads to errors changing the Key Vault Secret resources:
Bug Details
Describe the bug A clear and concise description of what the bug is.
Steps To Reproduce
What is the expected behavior? 0 resources to change, as infrastructure was just deployed and should be in a matching state
Screenshots If applicable, add screenshots to help explain your problem.
Information Assistant details
Please provide the following details. You can simply include a screenshot of your Info panel as well.
If the bug is confirmed, would you be willing to submit a PR?