1
0

doc: added example rule with ipv6 address block

This commit is contained in:
xpk
2026-02-19 18:17:10 +08:00
parent 2f9dd5dc99
commit b0c335df39
@@ -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"
}
}