diff --git a/redis_cluster_aof/main.tf b/redis_cluster_aof/main.tf index 32d4b90b..e321e585 100644 --- a/redis_cluster_aof/main.tf +++ b/redis_cluster_aof/main.tf @@ -13,7 +13,7 @@ resource "google_redis_cluster" "cluster-aof" { maxmemory-policy = "volatile-ttl" } deletion_protection_enabled = false - + allow_fewer_zones_deployment = true zone_distribution_config { mode = "MULTI_ZONE" }