doc: added example rule with ipv6 address block
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user