We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2b5b35 commit aa3faafCopy full SHA for aa3faaf
modules/mysql/read_replica.tf
@@ -76,6 +76,7 @@ resource "google_sql_database_instance" "replicas" {
76
ipv4_enabled = lookup(ip_configuration.value, "ipv4_enabled", null)
77
private_network = lookup(ip_configuration.value, "private_network", null)
78
require_ssl = lookup(ip_configuration.value, "require_ssl", null)
79
+ ssl_mode = lookup(ip_configuration.value, "ssl_mode", null)
80
allocated_ip_range = lookup(ip_configuration.value, "allocated_ip_range", null)
81
enable_private_path_for_google_cloud_services = lookup(ip_configuration.value, "enable_private_path_for_google_cloud_services", false)
82
0 commit comments