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

Private ip, backup and maintenance #13

Closed autero1 closed 5 years ago

autero1 commented 5 years ago

This PR add support for

It includes modifications to the mysql -module outputs due to the complex IP address outputs. For context, see https://github.com/hashicorp/terraform/issues/17048.

EDIT: Originally, the scope was just Private IP's, but 5 and 6 were ready already and trivial changes, so I appended those to the PR.