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 4812d0f commit 3c82493Copy full SHA for 3c82493
modules/mysql/variables.tf
@@ -111,7 +111,10 @@ EOF
111
112
variable "ip_configuration" {
113
description = "The ip configuration for the master instance."
114
- default = {}
+
115
+ default = {
116
+ ipv4_enabled = "true"
117
+ }
118
}
119
120
// Read Replicas
modules/postgresql/variables.tf
@@ -115,7 +115,10 @@ variable "authorized_gae_applications" {
description = "The ip configuration for the master instances."
121
122
123
124
variable "read_replica_size" {
0 commit comments