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

PostgreSQL support #23

Closed autero1 closed 5 years ago

autero1 commented 5 years ago

Implements #22 #21 #14 #20

This PR adds PostgreSQL support, including all basic features, such as name, tier, IP config (public/private), maintenance, backup, etc. Much of the previous was already implemented for MySQL.

Additionally adds support for PG

The modules were restructured, so that there is only a single module - cloud-sql. Along with that much of the documentation was revised to cater for both database flavors.