Skip to content

Commit

Permalink
clarified db egress rule name
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbass committed Sep 16, 2024
1 parent 207d63d commit ead2cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tofu/modules/data-store/cache/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ resource "aws_vpc_security_group_ingress_rule" "ingress_6380" {
})
}

resource "aws_vpc_security_group_egress_rule" "egress" {
resource "aws_vpc_security_group_egress_rule" "egress_3306" {
for_each = toset(var.database_subnet_cidrs)

security_group_id = aws_security_group.redis.id
Expand Down

0 comments on commit ead2cca

Please sign in to comment.