1
0
mirror of synced 2025-12-19 18:05:44 -05:00

Documentation linting for examples.

This commit is contained in:
Petri Autero
2019-02-14 22:45:37 +02:00
parent b6f53ab027
commit 58f9e9e2db
6 changed files with 13 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
# MySQL Cloud SQL Replica Example
# PostgreSQL Cloud SQL HA Example
This folder contains an example of how to use the [MySQL module](/modules/mysql) to create a [Google Cloud SQL](https://cloud.google.com/sql/)
[MySQL](https://cloud.google.com/sql/docs/mysql/) database cluster with a public IP and failover and read replicas.
This folder contains an example of how to use the [Cloud SQL module](/modules/cloud-sql) to create a [High Availability](https://cloud.google.com/sql/docs/postgres/high-availability) [Google Cloud SQL](https://cloud.google.com/sql/)
[PostgreSQL](https://cloud.google.com/sql/docs/postgres/) database cluster with a public IP and a read replica.
## How do you run this example?