provider/aws: Update Security Group Docs

This commit is contained in:
clint shryock 2016-05-20 17:18:51 -05:00
parent d87fc5a55a
commit 6830993024
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ The `egress` block supports:
* `protocol` - (Required) The protocol. If you select a protocol of
"-1", you must specify a "from_port" and "to_port" equal to 0.
* `security_groups` - (Optional) List of security group Group Names if using
EC2-Classic or the default VPC, or Group IDs if using a non-default VPC.
EC2-Classic, or Group IDs if using a VPC.
* `self` - (Optional) If true, the security group itself will be added as
a source to this egress rule.
* `to_port` - (Required) The end range port.