Skip to content

Commit

Permalink
fix: Update deprecated managed role policy (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnStainsby authored Jan 7, 2025
1 parent e4252ad commit 5e73422
Show file tree
Hide file tree
Showing 3 changed files with 99 additions and 58 deletions.
4 changes: 2 additions & 2 deletions elasticache-redis/tests/unit.tftest.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ run "aws_elasticache_replication_group_unit_test" {
}

assert {
condition = aws_elasticache_replication_group.redis.at_rest_encryption_enabled == true
condition = aws_elasticache_replication_group.redis.at_rest_encryption_enabled == "true"
error_message = "Invalid config for aws_elasticache_replication_group at_rest_encryption_enabled"
}

Expand Down Expand Up @@ -174,7 +174,7 @@ run "aws_elasticache_replication_group_unit_test2" {
}

assert {
condition = aws_elasticache_replication_group.redis.at_rest_encryption_enabled == true
condition = aws_elasticache_replication_group.redis.at_rest_encryption_enabled == "true"
error_message = "Invalid config for aws_elasticache_replication_group at_rest_encryption_enabled"
}

Expand Down
Loading

0 comments on commit 5e73422

Please sign in to comment.