Skip to content

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gdavison committed Apr 21, 2022
1 parent ca61710 commit 27c278f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/elasticache/cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1839,7 +1839,7 @@ func testAccClusterConfig_Redis_AutoMinorVersionUpgrade(rName string, enable boo
resource "aws_elasticache_cluster" "test" {
cluster_id = %[1]q
engine = "redis"
engine_version = "6.x"
engine_version = "6.0"
node_type = "cache.t3.small"
num_cache_nodes = 1
Expand Down

0 comments on commit 27c278f

Please sign in to comment.