note ipv4 addresses can't be disabled on 2nd gen (#446)

Adds a note that IPv4 addresses can't be disabled on 2nd generation cloudsql instances to save end user confusion.
This commit is contained in:
Marcus Barczak 2017-09-22 10:12:28 -07:00 committed by Vincent Roseberry
parent a575c6e824
commit f3ecd1ea1c

View File

@ -116,7 +116,7 @@ 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.
address. The IPv4 address cannot be disabled for Second Generation instances.
* `require_ssl` - (Optional) True if mysqld should default to `REQUIRE X509`
for users connecting over IP.