diff --git a/modules/compute/security_group/example/main.tf b/modules/compute/security_group/example/main.tf index b47dbe8..19d8527 100644 --- a/modules/compute/security_group/example/main.tf +++ b/modules/compute/security_group/example/main.tf @@ -9,7 +9,8 @@ module "example-sg" { r3 = "tcp,52311,52311,${aws_ec2_managed_prefix_list.example.id},BigFix server to client" } egress = { - r1 = "-1,-1,-1,0.0.0.0/0,Allow Ingress from all" + r1 = "-1,-1,-1,0.0.0.0/0,Allow egress ipv4" + r2 = "-1,-1,-1,::/0,Allow egress ipv6" } }