Skip to content

Commit 3cff6dd

Browse files
Update cloud sql require_ssl docs. (#4179) (#2673)
Text borrowed from https://godoc.org/google.golang.org/api/sqladmin/v1beta4#IpConfiguration. Signed-off-by: Modular Magician <[email protected]>
1 parent 7dde308 commit 3cff6dd

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.changelog/4179.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

website/docs/r/sql_database_instance.html.markdown

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,7 @@ Specifying a network enables private IP.
303303
Either `ipv4_enabled` must be enabled or a `private_network` must be configured.
304304
This setting can be updated, but it cannot be removed after it is set.
305305

306-
* `require_ssl` - (Optional) True if mysqld should default to `REQUIRE X509`
307-
for users connecting over IP.
306+
* `require_ssl` - (Optional) Whether SSL connections over IP are enforced or not.
308307

309308
The optional `settings.ip_configuration.authorized_networks[]` sublist supports:
310309

0 commit comments

Comments
 (0)