Skip to content

Commit 00a0e71

Browse files
committed
Remove engine_version ignore
Why this change is being made: - We want to upgrade Redis for Hub. It's currently stuck on version 6 and we want to be able to add a var to set the version [see terraform-flightdeck-aws-application](thoughtbot/terraform-flightdeck-aws-application#25) and use that for our Hub infrastructure [see infra](thoughtbot/thoughtbot-infra#268) What were the changes made to support this: - remove ignored engine_version
1 parent 7827414 commit 00a0e71

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • elasticache-redis/replication-group

elasticache-redis/replication-group/main.tf

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ resource "aws_elasticache_replication_group" "this" {
2929
lifecycle {
3030
ignore_changes = [
3131
# The token should be rotated externally
32-
auth_token,
33-
# Minor upgrades will cause noise in diffs
34-
engine_version
32+
auth_token
3533
]
3634
}
3735
}

0 commit comments

Comments
 (0)