From 4ec0920ef3da77f05dd8c254035742678ce302e3 Mon Sep 17 00:00:00 2001 From: Dana Hoffman Date: Thu, 5 Oct 2017 11:17:05 -0700 Subject: [PATCH] Update region in sql db docs (#521) * update region in sql db docs * Update phrasing --- website/docs/r/sql_database_instance.html.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/docs/r/sql_database_instance.html.markdown b/website/docs/r/sql_database_instance.html.markdown index b8bdc4e3..fb8ec990 100644 --- a/website/docs/r/sql_database_instance.html.markdown +++ b/website/docs/r/sql_database_instance.html.markdown @@ -35,9 +35,9 @@ resource "google_sql_database_instance" "master" { The following arguments are supported: -* `region` - (Required) The region the instance will sit in. Note, this does - not line up with the Google Compute Engine (GCE) regions - your options are - `us-central`, `asia-west1`, `europe-west1`, and `us-east1`. +* `region` - (Required) The region the instance will sit in. Note, first-generation Cloud SQL instance + regions do not line up with the Google Compute Engine (GCE) regions, and Cloud SQL is not + available in all regions - choose from one of the options listed [here](https://cloud.google.com/sql/docs/mysql/instance-locations). * `settings` - (Required) The settings to use for the database. The configuration is detailed below.