From 4ff672a22133efdd693b3eafd634c764c3a08bd1 Mon Sep 17 00:00:00 2001 From: Petri Autero Date: Wed, 6 Feb 2019 10:47:06 +0200 Subject: [PATCH] Remove Aurora ref --- modules/mysql/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mysql/README.md b/modules/mysql/README.md index 919b4e7..def56cb 100644 --- a/modules/mysql/README.md +++ b/modules/mysql/README.md @@ -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