Add Network ACL tags document

This commit is contained in:
Daisuke Fujita 2015-04-23 17:52:22 +09:00
parent 381a0101b3
commit 1182238f81
1 changed files with 5 additions and 0 deletions

View File

@ -33,6 +33,10 @@ resource "aws_network_acl" "main" {
from_port = 80
to_port = 80
}
tags = {
Name = "main"
}
}
```
@ -44,6 +48,7 @@ The following arguments are supported:
* `subnet_id` - (Optional) The ID of the associated subnet.
* `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.
Both `egress` and `ingress` support the following keys: