gruntwork-io / terraform-google-sql

Terraform modules for deploying Google Cloud SQL (e.g. MySQL, PostgreSQL) in GCP
https://gruntwork.io
Apache License 2.0
92 stars 103 forks source link

how to set deletion_protection to false? #53

Closed debu99 closed 3 years ago

debu99 commented 3 years ago

3.44.0 (October 19, 2020) BREAKING CHANGE:

Added deletion_protection to google_sql_database_instance, which defaults to true. SQL instances can no longer be destroyed without setting deletion_protection = false. (#7499)