Skip to content

Commit bd86d42

Browse files
author
lycbrian
committed
Merge branch 'terraform-test' of ssh://github.com/oozou/terraform-aws-elasticache into terraform-test
2 parents 5056bda + 75cb15e commit bd86d42

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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"

tests/terraform_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ func testElasticacheClustersCreated(t *testing.T, terraformOptions *terraform.Op
182182
assert.Equal(t, "valkey", *rg.Engine, "Engine should be valkey")
183183
assert.True(t, *rg.AtRestEncryptionEnabled, "At-rest encryption should be enabled")
184184
assert.True(t, *rg.TransitEncryptionEnabled, "Transit encryption should be enabled")
185+
// assert.Equal(t, "enabled", string(rg.MultiAZ), "Multi-AZ should be enabled for Valkey cluster")
185186
}
186187
}
187188

0 commit comments

Comments
 (0)