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 fa29932 commit 2b42226Copy full SHA for 2b42226
redis_cluster_aof/main.tf
@@ -13,7 +13,7 @@ resource "google_redis_cluster" "cluster-aof" {
13
maxmemory-policy = "volatile-ttl"
14
}
15
deletion_protection_enabled = false
16
-
+ allow_fewer_zones_deployment = true
17
zone_distribution_config {
18
mode = "MULTI_ZONE"
19
0 commit comments