Skip to content

Commit

Permalink
Add description for security group rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Martinez committed Feb 10, 2022
1 parent 9d2d12d commit b9a3653
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/aws-asg/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ resource "aws_security_group" "inbound" {
}

egress {
description = "Allow outbound to all"
from_port = 0
to_port = 0
protocol = "-1"
Expand Down

0 comments on commit b9a3653

Please sign in to comment.