Skip to content

Commit

Permalink
Document default value of sql_database_instance.availability_type (Go…
Browse files Browse the repository at this point in the history
  • Loading branch information
kevburnsjr authored and lcaggio committed Mar 16, 2022
1 parent 0958aa9 commit c159d10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ The `settings` block supports:
* `activation_policy` - (Optional) This specifies when the instance should be
active. Can be either `ALWAYS`, `NEVER` or `ON_DEMAND`.

* `availability_type` - (Optional) The availability type of the Cloud SQL
* `availability_type` - (Optional, Default: `ZONAL`) The availability type of the Cloud SQL
instance, high availability (`REGIONAL`) or single zone (`ZONAL`).' For MySQL
instances, ensure that `settings.backup_configuration.enabled` and
`settings.backup_configuration.binary_log_enabled` are both set to `true`.
Expand Down

0 comments on commit c159d10

Please sign in to comment.