Skip to content

Commit 62300b7

Browse files
fix: increase valkey node count to 2 for multi-az support
The Valkey traditional cluster had multi_az_enabled = true but only 1 node. Multi-AZ requires automatic failover which needs at least 2 nodes. Co-authored-by: Brian - oozou <lycbrian@users.noreply.github.com>
1 parent 2240628 commit 62300b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/terraform-test/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ module "valkey_traditional" {
8484
port = 6379,
8585
instance_type = "cache.t3.micro",
8686
engine_version = "7.2",
87-
node_count = 1
87+
node_count = 2
8888
}
8989

9090
auth_token = "TIdAao6sd6waZ6NpiC60RZ2nRqYf7C3b"

0 commit comments

Comments
 (0)