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

Initial implementation #11

Closed autero1 closed 5 years ago

autero1 commented 5 years ago

Initial implementation for Cloud SQL (MySQL). Not 100% certain that this code will be under modules/mysql - will have to see about that when the more complex parts (HA, read replicas,...) get done.

Resolves #2 #8 #4 #10 #12

The test for the cluster actually makes DB calls (and passes at the time the PR was created), will add CI builds for that in subsequent commits.

autero1 commented 5 years ago

Will merge, won't create a release yet, though.