Skip to content

Commit

Permalink
Fix parameter group name of redis7.1
Browse files Browse the repository at this point in the history
The family name for Redis 7 is redis7.
  • Loading branch information
kevindew committed Sep 12, 2024
1 parent 3549582 commit ab54587
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 ab54587

Please sign in to comment.