Skip to content

Commit 4fdbc26

Browse files
Merge pull request #38 from thoughtbot/bt/allow-for-redis-version-updates
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 and use that for our Hub infrastructure see infra What were the changes made to support this: remove ignored engine_version
2 parents 7827414 + 00a0e71 commit 4fdbc26

File tree

1 file changed

+1
-3
lines changed
  • elasticache-redis/replication-group

1 file changed

+1
-3
lines changed

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)