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

SSL/TLS support #15

Closed autero1 closed 5 years ago

autero1 commented 5 years ago

This PR adds SSL support for MySQL database instances - issue #7 . The test TestMySqlPublicIP in example_mysql_public_ip_test.go includes tests for securing the communication channel.

There are also some naming changes to mysql -module outputs to provide more consistent namespacing and also in preparation for failover/read replica implementation and outputs.