Skip to content

Commit

Permalink
Clarify private / public SQL IP docs (#3094)
Browse files Browse the repository at this point in the history
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
  • Loading branch information
modular-magician authored and rileykarson committed Feb 20, 2019
1 parent 47535a7 commit 474006c
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions website/docs/r/sql_database_instance.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 474006c

Please sign in to comment.