Skip to content

Commit

Permalink
Update High Availability flag to mention Cloud SQL instances (#6254)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kodyc1 authored May 6, 2020
1 parent 821a789 commit 029030e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions website/docs/r/sql_database_instance.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 029030e

Please sign in to comment.