[skip ci] Add DB-specific readme's
This commit is contained in:
BIN
_docs/mysql.png
Normal file
BIN
_docs/mysql.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.7 KiB |
BIN
_docs/postgresql.png
Normal file
BIN
_docs/postgresql.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.6 KiB |
20
modules/cloud-sql/README-MySQL.md
Normal file
20
modules/cloud-sql/README-MySQL.md
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
<!--
|
||||||
|
:type: service
|
||||||
|
:name: MySQL
|
||||||
|
:description: Deploy and manage MySQL on GCP using Google's Cloud SQL Service
|
||||||
|
:icon: /_docs/mysql.png
|
||||||
|
:category: database
|
||||||
|
:cloud: gcp
|
||||||
|
:tags: data, database, sql, mysql
|
||||||
|
:license: open-source
|
||||||
|
:built-with: terraform
|
||||||
|
-->
|
||||||
|
# MySQL
|
||||||
|
[](https://gruntwork.io/?ref=repo_google_cloudsql)
|
||||||
|
[](http://github.com/gruntwork-io/terraform-google-sql/releases/latest)
|
||||||
|

|
||||||
|
|
||||||
|
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)
|
||||||
20
modules/cloud-sql/README-PostgreSQL.md
Normal file
20
modules/cloud-sql/README-PostgreSQL.md
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
<!--
|
||||||
|
:type: service
|
||||||
|
:name: PostgreSQL
|
||||||
|
:description: Deploy and manage PostgreSQL on GCP using Google's Cloud SQL Service
|
||||||
|
:icon: /_docs/postgresql.png
|
||||||
|
:category: database
|
||||||
|
:cloud: gcp
|
||||||
|
:tags: data, database, sql, postgresql
|
||||||
|
:license: open-source
|
||||||
|
:built-with: terraform
|
||||||
|
-->
|
||||||
|
# PostgreSQL
|
||||||
|
[](https://gruntwork.io/?ref=repo_google_cloudsql)
|
||||||
|
[](http://github.com/gruntwork-io/terraform-google-sql/releases/latest)
|
||||||
|

|
||||||
|
|
||||||
|
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)
|
||||||
Reference in New Issue
Block a user