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 704be5d commit b73b465Copy full SHA for b73b465
modules/mysql/read_replica.tf
@@ -83,6 +83,7 @@ resource "google_sql_database_instance" "replicas" {
83
ignore_changes = [
84
settings[0].disk_size,
85
settings[0].maintenance_window,
86
+ encryption_key_name,
87
]
88
}
89
modules/postgresql/read_replica.tf
@@ -94,6 +94,7 @@ resource "google_sql_database_instance" "replicas" {
94
95
96
97
98
99
100
0 commit comments