diff --git a/infrastructure/elasticache.tf b/infrastructure/elasticache.tf index bf396c71..b9bf4469 100644 --- a/infrastructure/elasticache.tf +++ b/infrastructure/elasticache.tf @@ -1,7 +1,7 @@ resource "aws_security_group" "elasticache_security_group" { name_prefix = "elasticache-" description = "ElastiCache security group" - + vpc_id = aws_vpc.crossfeed_vpc.id ingress { from_port = 6379 to_port = 6379