Merge pull request #1482 from hashicorp/d-aws-sg-tags

docs: move aws SG tags from rules to resource
This commit is contained in:
Paul Hinze 2015-04-10 14:53:35 -05:00
commit 56836c236f
1 changed files with 1 additions and 2 deletions

View File

@ -67,6 +67,7 @@ The following arguments are supported:
egress rule. Each egress block supports fields documented below. egress rule. Each egress block supports fields documented below.
VPC only. VPC only.
* `vpc_id` - (Optional) The VPC ID. * `vpc_id` - (Optional) The VPC ID.
* `tags` - (Optional) A mapping of tags to assign to the resource.
The `ingress` block supports: The `ingress` block supports:
@ -77,7 +78,6 @@ The `ingress` block supports:
* `self` - (Optional) If true, the security group itself will be added as * `self` - (Optional) If true, the security group itself will be added as
a source to this ingress rule. a source to this ingress rule.
* `to_port` - (Required) The end range port. * `to_port` - (Required) The end range port.
* `tags` - (Optional) A mapping of tags to assign to the resource.
The `egress` block supports: The `egress` block supports:
@ -88,7 +88,6 @@ The `egress` block supports:
* `self` - (Optional) If true, the security group itself will be added as * `self` - (Optional) If true, the security group itself will be added as
a source to this egress rule. a source to this egress rule.
* `to_port` - (Required) The end range port. * `to_port` - (Required) The end range port.
* `tags` - (Optional) A mapping of tags to assign to the resource.
## Attributes Reference ## Attributes Reference