From b9a365352b22aefa534b4e071f544bb956951390 Mon Sep 17 00:00:00 2001 From: Gabriel Martinez Date: Thu, 10 Feb 2022 21:01:33 +0000 Subject: [PATCH] Add description for security group rule --- modules/aws-asg/main.tf | 1 + 1 file changed, 1 insertion(+) 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"