You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When doing a terraform destroy and then later a terraform apply the azurerm_app_configuration should be created.
Actual Behaviour
The azurerm_app_configuration is not created because there is already an azurerm_app_configuration with the same name.
This happens because terraform destroy is doing a soft delete on the azurerm_app_configuration. There is no option in azurerm_app_configuration or azurerm features that allows turning on purge for this resource.
Steps to Reproduce
terraform apply
terraform destroy
terraform apply
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered:
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.
Is there an existing issue for this?
Community Note
Terraform Version
1.0.7
AzureRM Provider Version
3.6.0
Affected Resource(s)/Data Source(s)
azurerm_app_configuration
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
When doing a terraform destroy and then later a terraform apply the azurerm_app_configuration should be created.
Actual Behaviour
The azurerm_app_configuration is not created because there is already an azurerm_app_configuration with the same name.
This happens because terraform destroy is doing a soft delete on the azurerm_app_configuration. There is no option in azurerm_app_configuration or azurerm features that allows turning on purge for this resource.
Steps to Reproduce
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: