From dd73842e3a5020976ee51ff47b63ee7187d16f4c Mon Sep 17 00:00:00 2001 From: HyunSu1768 Date: Tue, 12 Mar 2024 23:41:23 +0900 Subject: [PATCH] =?UTF-8?q?bug=20::=20=EB=B2=84=EA=B7=B8=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- elasticache.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elasticache.tf b/elasticache.tf index e6930ab..f0d7595 100644 --- a/elasticache.tf +++ b/elasticache.tf @@ -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