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
PostgreSQL Database should have been dropped and resource destroyed.
Actual Behaviour
Terraform crashed and it appears that the database is not completed dropped.
Have to manually run a drop database command and then re-run terraform destroy for it to continue.
Steps to Reproduce
terraform apply
terraform destroy
Important Factoids
This doesn't seem to appear to happen all the time - especially on newly provisioned databases. It appears to only occur when a database has been up for a longer period of time.
References
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.
Community Note
Terraform (and AzureRM Provider) Version
Affected Resource(s)
azurerm_postgresql_database
Terraform Configuration Files
Debug Output
https://gist.github.com/tareks/9fb6aca59333a88ad091750a3747be63
Panic Output
https://gist.github.com/tareks/9fb6aca59333a88ad091750a3747be63
Expected Behaviour
PostgreSQL Database should have been dropped and resource destroyed.
Actual Behaviour
Terraform crashed and it appears that the database is not completed dropped.
Have to manually run a
drop database
command and then re-run terraform destroy for it to continue.Steps to Reproduce
terraform apply
terraform destroy
Important Factoids
This doesn't seem to appear to happen all the time - especially on newly provisioned databases. It appears to only occur when a database has been up for a longer period of time.
References
The text was updated successfully, but these errors were encountered: