Skip to content

Commit 2b42226

Browse files
Add allow_fewer_zones_deployment to Redis Cluster (#14676) (#1070)
[upstream:1c5e11505716be5e67b1897fc7ba9da374c992ef] Signed-off-by: Modular Magician <[email protected]>
1 parent fa29932 commit 2b42226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis_cluster_aof/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ resource "google_redis_cluster" "cluster-aof" {
1313
maxmemory-policy = "volatile-ttl"
1414
}
1515
deletion_protection_enabled = false
16-
16+
allow_fewer_zones_deployment = true
1717
zone_distribution_config {
1818
mode = "MULTI_ZONE"
1919
}

0 commit comments

Comments
 (0)