Skip to content

Commit

Permalink
Update elasticache terraform elasticache security group
Browse files Browse the repository at this point in the history
  • Loading branch information
cduhn17 committed Jul 23, 2024
1 parent c24b2c4 commit f292a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/elasticache.tf
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f292a82

Please sign in to comment.