diff --git a/modules/aws-asg/main.tf b/modules/aws-asg/main.tf index eae895f..09a3d20 100644 --- a/modules/aws-asg/main.tf +++ b/modules/aws-asg/main.tf @@ -100,6 +100,7 @@ resource "aws_security_group" "inbound" { } egress { + description = "Allow outbound to all" from_port = 0 to_port = 0 protocol = "-1"