You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| random\_instance\_name | Sets random suffix at the end of the Cloud SQL resource name |`bool`|`false`| no |
38
38
| read\_replica\_deletion\_protection | Used to block Terraform from deleting replica SQL Instances. |`bool`|`false`| no |
39
39
| read\_replica\_name\_suffix | The optional suffix to add to the read instance name |`string`|`""`| no |
40
-
| read\_replicas | List of read replicas to create| <pre>list(object({<br> name = string<br> tier = string<br> zone = string<br> disk_type = string<br> disk_autoresize = bool<br> disk_size = string<br> user_labels = map(string)<br> database_flags = list(object({<br> name = string<br> value = string<br> }))<br> ip_configuration = object({<br> authorized_networks = list(map(string))<br> ipv4_enabled = bool<br> private_network = string<br> require_ssl = bool<br> })<br> }))</pre> |`[]`| no |
40
+
| read\_replicas | List of read replicas to create. Encryption key is required for replica in different region. For replica in same region as master set encryption\_key\_name = null | <pre>list(object({<br> name = string<br> tier = string<br> zone = string<br> disk_type = string<br> disk_autoresize = bool<br> disk_size = string<br> user_labels = map(string)<br> database_flags = list(object({<br> name = string<br> value = string<br> }))<br> ip_configuration = object({<br> authorized_networks = list(map(string))<br> ipv4_enabled = bool<br> private_network = string<br> require_ssl = bool<br> })<br> encryption_key_name = string<br> }))</pre> |`[]`| no |
41
41
| region | The region of the Cloud SQL resources |`string`|`"us-central1"`| no |
42
42
| tier | The tier for the master instance. |`string`|`"db-n1-standard-1"`| no |
43
43
| update\_timeout | The optional timout that is applied to limit long database updates. |`string`|`"10m"`| no |
Copy file name to clipboardExpand all lines: modules/mysql/variables.tf
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -165,7 +165,7 @@ variable "ip_configuration" {
165
165
166
166
// Read Replicas
167
167
variable"read_replicas" {
168
-
description="List of read replicas to create"
168
+
description="List of read replicas to create. Encryption key is required for replica in different region. For replica in same region as master set encryption_key_name = null"
| random\_instance\_name | Sets random suffix at the end of the Cloud SQL resource name |`bool`|`false`| no |
40
40
| read\_replica\_deletion\_protection | Used to block Terraform from deleting replica SQL Instances. |`bool`|`false`| no |
41
41
| read\_replica\_name\_suffix | The optional suffix to add to the read instance name |`string`|`""`| no |
42
-
| read\_replicas | List of read replicas to create| <pre>list(object({<br> name = string<br> tier = string<br> zone = string<br> disk_type = string<br> disk_autoresize = bool<br> disk_size = string<br> user_labels = map(string)<br> database_flags = list(object({<br> name = string<br> value = string<br> }))<br> ip_configuration = object({<br> authorized_networks = list(map(string))<br> ipv4_enabled = bool<br> private_network = string<br> require_ssl = bool<br> })<br> }))</pre> |`[]`| no |
42
+
| read\_replicas | List of read replicas to create. Encryption key is required for replica in different region. For replica in same region as master set encryption\_key\_name = null | <pre>list(object({<br> name = string<br> tier = string<br> zone = string<br> disk_type = string<br> disk_autoresize = bool<br> disk_size = string<br> user_labels = map(string)<br> database_flags = list(object({<br> name = string<br> value = string<br> }))<br> ip_configuration = object({<br> authorized_networks = list(map(string))<br> ipv4_enabled = bool<br> private_network = string<br> require_ssl = bool<br> })<br> encryption_key_name = string<br> }))</pre> |`[]`| no |
43
43
| region | The region of the Cloud SQL resources |`string`|`"us-central1"`| no |
44
44
| tier | The tier for the master instance. |`string`|`"db-f1-micro"`| no |
45
45
| update\_timeout | The optional timout that is applied to limit long database updates. |`string`|`"15m"`| no |
Copy file name to clipboardExpand all lines: modules/postgresql/variables.tf
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -172,7 +172,7 @@ variable "ip_configuration" {
172
172
173
173
// Read Replicas
174
174
variable"read_replicas" {
175
-
description="List of read replicas to create"
175
+
description="List of read replicas to create. Encryption key is required for replica in different region. For replica in same region as master set encryption_key_name = null"
Copy file name to clipboardExpand all lines: modules/safer_mysql/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -192,7 +192,7 @@ mysql -S $HOME/mysql_sockets/myproject:region:instance -u user -p
192
192
| random\_instance\_name | Sets random suffix at the end of the Cloud SQL resource name |`bool`|`false`| no |
193
193
| read\_replica\_deletion\_protection | Used to block Terraform from deleting replica SQL Instances. |`bool`|`false`| no |
194
194
| read\_replica\_name\_suffix | The optional suffix to add to the read instance name |`string`|`""`| no |
195
-
| read\_replicas | List of read replicas to create| <pre>list(object({<br> name = string<br> tier = string<br> zone = string<br> disk_type = string<br> disk_autoresize = bool<br> disk_size = string<br> user_labels = map(string)<br> database_flags = list(object({<br> name = string<br> value = string<br> }))<br> ip_configuration = object({<br> authorized_networks = list(map(string))<br> ipv4_enabled = bool<br> private_network = string<br> require_ssl = bool<br> })<br> }))</pre> |`[]`| no |
195
+
| read\_replicas | List of read replicas to create. Encryption key is required for replica in different region. For replica in same region as master set encryption\_key\_name = null | <pre>list(object({<br> name = string<br> tier = string<br> zone = string<br> disk_type = string<br> disk_autoresize = bool<br> disk_size = string<br> user_labels = map(string)<br> database_flags = list(object({<br> name = string<br> value = string<br> }))<br> ip_configuration = object({<br> authorized_networks = list(map(string))<br> ipv4_enabled = bool<br> private_network = string<br> require_ssl = bool<br> })<br> encryption_key_name = string<br> }))</pre> |`[]`| no |
196
196
| region | The region of the Cloud SQL resources |`string`| n/a | yes |
197
197
| tier | The tier for the master instance. |`string`|`"db-n1-standard-1"`| no |
198
198
| update\_timeout | The optional timout that is applied to limit long database updates. |`string`|`"15m"`| no |
description="List of read replicas to create. Encryption key is required for replica in different region. For replica in same region as master set encryption_key_name = null"
0 commit comments