diff --git a/_docs/mysql.png b/_docs/mysql.png new file mode 100644 index 0000000..73b55bd Binary files /dev/null and b/_docs/mysql.png differ diff --git a/_docs/postgresql.png b/_docs/postgresql.png new file mode 100644 index 0000000..fd9c7ec Binary files /dev/null and b/_docs/postgresql.png differ diff --git a/modules/cloud-sql/README-MySQL.md b/modules/cloud-sql/README-MySQL.md new file mode 100644 index 0000000..b95da04 --- /dev/null +++ b/modules/cloud-sql/README-MySQL.md @@ -0,0 +1,20 @@ + +# MySQL +[![Maintained by Gruntwork.io](https://img.shields.io/badge/maintained%20by-gruntwork.io-%235849a6.svg)](https://gruntwork.io/?ref=repo_google_cloudsql) +[![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/gruntwork-io/terraform-google-sql.svg?label=latest)](http://github.com/gruntwork-io/terraform-google-sql/releases/latest) +![Terraform Version](https://img.shields.io/badge/tf-%3E%3D0.12.0-blue.svg) + +This module deploys MySQL on top of Google's Cloud SQL Service. The cluster is managed by GCP and automatically handles +standby failover, read replicas, backups, patching, and encryption. + +[README.md](./README.md) diff --git a/modules/cloud-sql/README-PostgreSQL.md b/modules/cloud-sql/README-PostgreSQL.md new file mode 100644 index 0000000..de26d8c --- /dev/null +++ b/modules/cloud-sql/README-PostgreSQL.md @@ -0,0 +1,20 @@ + +# PostgreSQL +[![Maintained by Gruntwork.io](https://img.shields.io/badge/maintained%20by-gruntwork.io-%235849a6.svg)](https://gruntwork.io/?ref=repo_google_cloudsql) +[![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/gruntwork-io/terraform-google-sql.svg?label=latest)](http://github.com/gruntwork-io/terraform-google-sql/releases/latest) +![Terraform Version](https://img.shields.io/badge/tf-%3E%3D0.12.0-blue.svg) + +This module deploys PostgreSQL on top of Google's Cloud SQL Service. The cluster is managed by GCP and automatically handles +standby failover, read replicas, backups, patching, and encryption. + +[README.md](./README.md)