From 6830993024d0ce7f9df9f209c1a02b78d64a129c Mon Sep 17 00:00:00 2001 From: clint shryock Date: Fri, 20 May 2016 17:18:51 -0500 Subject: [PATCH] provider/aws: Update Security Group Docs --- .../source/docs/providers/aws/r/security_group.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/aws/r/security_group.html.markdown b/website/source/docs/providers/aws/r/security_group.html.markdown index 41e2cc1610..2ad44757f4 100644 --- a/website/source/docs/providers/aws/r/security_group.html.markdown +++ b/website/source/docs/providers/aws/r/security_group.html.markdown @@ -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.