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

Support instance deletion protection #56

Closed robmorgan closed 3 years ago

robmorgan commented 3 years ago

This PR adds support for deletion_protection to the cloud-sql module and fixes #53. It also bumps the google provider version to 3.57.0.

robmorgan commented 3 years ago

tests passed in https://app.circleci.com/pipelines/github/gruntwork-io/terraform-google-sql/103/workflows/9c53430b-d202-40e6-b5ab-ba3586eb55ec/jobs/218

robmorgan commented 3 years ago

@bwhaley thanks for the review!