Skip to content

Commit

Permalink
Merge pull request #1446 from alphagov/remove-cluster-mode
Browse files Browse the repository at this point in the history
Remove cluster-enabled from parameters
  • Loading branch information
ianhowell-gds authored Sep 13, 2024
2 parents 3666a0b + cac1dc8 commit ddca050
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions terraform/deployments/chat/redis.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ resource "aws_elasticache_parameter_group" "chat_redis_cluster" {
name = local.chat_redis_name
family = "redis7"

parameter {
name = "cluster-enabled"
value = "yes"
}

parameter {
name = "maxmemory-policy"
value = "noeviction"
Expand Down

0 comments on commit ddca050

Please sign in to comment.