Network ACLs may optionally be created by defining the value of the network_acls attribute as a map object within a VPC defined in the vpcs variable. Rules may optionally be created by defining a values for the rules attribute within a network ACL. See below for an example:
Note: The example below does not represent a complete VPC configuration.
Network ACLs may optionally be attached to subnets by defining the value of the network_acl attribute within a subnet defined in the subnets attribute of a VPC. The value of the network_acl attribute should be the key of a network ACL defined in the network_acls attribute of the same VPC. See below for an example:
Note: The example below does not represent a complete VPC configuration.