Skip to content

Commit

Permalink
bug :: 버그수정
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunSu1768 committed Mar 12, 2024
1 parent 9746fad commit dd73842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elasticache.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ resource "aws_elasticache_subnet_group" "elasticache_subnet_group" {
}

resource "aws_security_group" "redis_sg" {
name = local.elasticcache_parameter_group_name
name = "redis-security-group"
description = "Security group for Redis on port 6379"
vpc_id = module.vpc.vpc_id

Expand Down

0 comments on commit dd73842

Please sign in to comment.