From ba6ec1296dd2b3ca349aee4de69d425c286c73e8 Mon Sep 17 00:00:00 2001 From: Petri Autero Date: Tue, 5 Feb 2019 19:45:46 +0200 Subject: [PATCH] Doc updates --- 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 cd7df48..919b4e7 100644 --- a/modules/mysql/README.md +++ b/modules/mysql/README.md @@ -18,7 +18,7 @@ and encryption. For a list of all available variables and their descriptions, se ## How do you connect to the database? -**Cloud SQL instances are created in a producer network (a VPC network internal to Google). They are not created in your VPC network.** +**Cloud SQL instances are created in a producer network (a VPC network internal to Google). They are not created in your VPC network. See https://cloud.google.com/sql/docs/mysql/private-ip** You can use both [public IP](https://cloud.google.com/sql/docs/mysql/connect-admin-ip) and [private IP](https://cloud.google.com/sql/docs/mysql/private-ip) to connect to a Cloud SQL instance. Neither connection method affects the other; you must protect the public IP connection whether the instance is configured to use private IP or not.