Skip to content

Commit

Permalink
remove old inline egress rule
Browse files Browse the repository at this point in the history
  • Loading branch information
jdiebold committed May 7, 2024
1 parent 69801e8 commit cc611e9
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions vpc.tf
Original file line number Diff line number Diff line change
Expand Up @@ -98,14 +98,6 @@ resource "aws_security_group" "this" {
tags = merge({
Name = "mwaa-${var.environment_name}-no-ingress-sg"
}, var.tags )
egress {
from_port = 0
to_port = 0
protocol = "-1"
cidr_blocks = [
"0.0.0.0/0"
]
}
}

resource "aws_security_group_rule" "ingress_from_self" {
Expand Down

0 comments on commit cc611e9

Please sign in to comment.