Merge pull request #2737 from exo/security-group-rule-typo

Fix minor typo in AWS security group rule docs
This commit is contained in:
Clint 2015-07-15 11:23:04 -05:00
commit d48d3cc0d4
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ or `egress` (outbound).
* `cidr_blocks` - (Optional) List of CIDR blocks.
* `from_port` - (Required) The start port.
* `protocol` - (Required) The protocol.
* `security_group_id` - (Required) The security group to apply this rule too.
* `security_group_id` - (Required) The security group to apply this rule to.
* `source_security_group_id` - (Optional) The security group id to allow access to/from,
depending on the `type`.
* `self` - (Optional) If true, the security group itself will be added as