Merge pull request #4190 from broadinstitute/google-cloudsql-doc
Fix to Google CloudSQL instance documentation
This commit is contained in:
commit
8f056d9f76
|
@ -41,12 +41,6 @@ The following arguments are supported:
|
||||||
* `database_version` - (Optional, Default: `MYSQL_5_5`) The MySQL version to
|
* `database_version` - (Optional, Default: `MYSQL_5_5`) The MySQL version to
|
||||||
use. Can be either `MYSQL_5_5` or `MYSQL_5_6`.
|
use. Can be either `MYSQL_5_5` or `MYSQL_5_6`.
|
||||||
|
|
||||||
* `pricing_plan` - (Optional) Pricing plan for this instance, can be one of
|
|
||||||
`PER_USE` or `PACKAGE`.
|
|
||||||
|
|
||||||
* `replication_type` - (Optional) Replication type for this instance, can be one of
|
|
||||||
`ASYNCHRONOUS` or `SYNCHRONOUS`.
|
|
||||||
|
|
||||||
The required `settings` block supports:
|
The required `settings` block supports:
|
||||||
|
|
||||||
* `tier` - (Required) The machine tier to use. See
|
* `tier` - (Required) The machine tier to use. See
|
||||||
|
@ -62,6 +56,12 @@ The required `settings` block supports:
|
||||||
* `crash_safe_replication` - (Optional) Specific to read instances, indicates
|
* `crash_safe_replication` - (Optional) Specific to read instances, indicates
|
||||||
when crash-safe replication flags are enabled.
|
when crash-safe replication flags are enabled.
|
||||||
|
|
||||||
|
* `pricing_plan` - (Optional) Pricing plan for this instance, can be one of
|
||||||
|
`PER_USE` or `PACKAGE`.
|
||||||
|
|
||||||
|
* `replication_type` - (Optional) Replication type for this instance, can be one of
|
||||||
|
`ASYNCHRONOUS` or `SYNCHRONOUS`.
|
||||||
|
|
||||||
The optional `settings.database_flags` sublist supports:
|
The optional `settings.database_flags` sublist supports:
|
||||||
|
|
||||||
* `name` - (Optional) Name of the flag.
|
* `name` - (Optional) Name of the flag.
|
||||||
|
|
Loading…
Reference in New Issue