Skip to content

Commit c2a6e66

Browse files
authored
Support for 6.0.1 provider (#18)
support for 6.0.1 provider
1 parent 80d9be0 commit c2a6e66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instance.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ resource "google_sql_database_instance" "instance" {
4848
ipv4_enabled = var.ipv4_enabled
4949
private_network = var.private_network
5050

51-
require_ssl = true
51+
ssl_mode = "TRUSTED_CLIENT_CERTIFICATE_REQUIRED"
5252

5353
dynamic "authorized_networks" {
5454
for_each = var.authorized_networks

0 commit comments

Comments
 (0)