Skip to content

Commit

Permalink
document Network ACL Subnet IDs attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
catsby committed May 15, 2015
1 parent d9521ef commit bf65f7c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ resource "aws_network_acl" "main" {
The following arguments are supported:

* `vpc_id` - (Required) The ID of the associated VPC.
* `subnet_id` - (Optional) The ID of the associated subnet.
* `subnet_ids` - (Optional) A list of Subnet IDs to apply the ACL to
* `subnet_id` - (Optional, Deprecated) The ID of the associated Subnet. This
attribute is deprecated, please use the `subnet_ids` attribute instead
* `ingress` - (Optional) Specifies an ingress rule. Parameters defined below.
* `egress` - (Optional) Specifies an egress rule. Parameters defined below.
* `tags` - (Optional) A mapping of tags to assign to the resource.
Expand Down

0 comments on commit bf65f7c

Please sign in to comment.