From 029030e4293b83ebe84e159c71e1552595945e08 Mon Sep 17 00:00:00 2001 From: Kodyc1 Date: Wed, 6 May 2020 10:02:11 -0700 Subject: [PATCH] Update High Availability flag to mention Cloud SQL instances (#6254) --- website/docs/r/sql_database_instance.html.markdown | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/docs/r/sql_database_instance.html.markdown b/website/docs/r/sql_database_instance.html.markdown index 726c9cd620f..5a23c3467ad 100644 --- a/website/docs/r/sql_database_instance.html.markdown +++ b/website/docs/r/sql_database_instance.html.markdown @@ -240,8 +240,7 @@ The required `settings` block supports: for information on how to upgrade to Second Generation instances. A list of Google App Engine (GAE) project names that are allowed to access this instance. -* `availability_type` - (Optional) This specifies whether a PostgreSQL instance - should be set up for high availability (`REGIONAL`) or single zone (`ZONAL`). +* `availability_type` - (Optional) The availability type of the Cloud SQL instance, high availability (`REGIONAL`) or single zone (`ZONAL`).' * `crash_safe_replication` - (Optional, Deprecated) This property is only applicable to First Generation instances. First Generation instances are now deprecated, see [here](https://cloud.google.com/sql/docs/mysql/upgrade-2nd-gen)