Skip to content

Commit

Permalink
chore(!): remove redis 6.0 and earlier (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabelton authored Sep 17, 2024
1 parent f1976bb commit 179d785
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions elasticache-redis/locals.tf
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
locals {
redis_engine_version_map = {
"7.1" = "redis7"
"7.0" = "redis7"
"6.2" = "redis6.x"
"6.0" = "redis6.x"
"5.0.6" = "redis5.0"
"5.0.4" = "redis5.0"
"5.0.3" = "redis5.0"
"5.0.0" = "redis5.0"
"4.0.10" = "redis4.0"
"3.2.6" = "redis3.2"
"7.1" = "redis7"
"7.0" = "redis7"
"6.2" = "redis6.x"
}
central_log_destination_arn = "arn:aws:logs:eu-west-2:812359060647:destination:cwl_log_destination"
tags = {
Expand Down

0 comments on commit 179d785

Please sign in to comment.