1
0
mirror of synced 2025-12-29 09:00:13 -05:00

Remove Aurora ref

This commit is contained in:
Petri Autero
2019-02-06 10:47:06 +02:00
parent 71251fc6b4
commit 4ff672a221

View File

@@ -48,7 +48,7 @@ For full connectivity options and detailed documentation, see [Connecting to Clo
* **Vertical scaling**: To scale vertically (i.e. bigger DB instances with more CPU and RAM), use the `machine_type`
input variable. For a list of Cloud SQL Machine Types, see [Cloud SQL Pricing](https://cloud.google.com/sql/pricing#2nd-gen-pricing).
* **Horizontal scaling**: To scale horizontally, you can add more replicas using the `instance_count` input variable,
and Aurora will automatically deploy the new instances, sync them to the master, and make them available as read
and the module will automatically deploy the new instances, sync them to the master, and make them available as read
replicas.
## Known Issues