Clarify private / public SQL IP docs (#3094)

<!-- This change is generated by MagicModules. -->
/cc @rileykarson
This commit is contained in:
The Magician 2019-02-20 14:26:34 -08:00 committed by Riley Karson
parent 47535a7c68
commit 474006caff

View File

@ -235,14 +235,17 @@ The optional `settings.backup_configuration` subblock supports:
The optional `settings.ip_configuration` subblock supports:
* `ipv4_enabled` - (Optional) True if the instance should be assigned an IP
address. The IPv4 address cannot be disabled for Second Generation instances.
* `ipv4_enabled` - (Optional) Whether this Cloud SQL instance should be assigned
a public IPV4 address. Either `ipv4_enabled` must be enabled or a
`private_network` must be configured.
* `private_network` - (Optional) The VPC network from which the Cloud SQL
instance is accessible for private IP. Specifying a network enables private IP.
Either `ipv4_enabled` must be enabled or a `private_network` must be configured.
* `require_ssl` - (Optional) True if mysqld should default to `REQUIRE X509`
for users connecting over IP.
* `private_network` - (Optional) The resource link for the VPC network from which the Cloud SQL instance is accessible for private IP.
The optional `settings.ip_configuration.authorized_networks[]` sublist supports:
* `expiration_time` - (Optional) The [RFC 3339](https://tools.ietf.org/html/rfc3339)