Skip to content

Commit

Permalink
Merge pull request #1445 from alphagov/chat-redis-params-family
Browse files Browse the repository at this point in the history
Fix parameter group name of redis7.1
  • Loading branch information
kevindew authored Sep 12, 2024
2 parents 3549582 + ab54587 commit 3666a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/deployments/chat/redis.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ resource "aws_security_group" "chat_redis_cluster" {

resource "aws_elasticache_parameter_group" "chat_redis_cluster" {
name = local.chat_redis_name
family = "redis7.1"
family = "redis7"

parameter {
name = "cluster-enabled"
Expand Down

0 comments on commit 3666a0b

Please sign in to comment.