From 06b5fbf9efdc3b2c3a900a5ba7ba19db4a3e9c2b Mon Sep 17 00:00:00 2001 From: Jake Champlin Date: Fri, 5 May 2017 13:58:15 -0400 Subject: [PATCH] add docs --- .../docs/providers/aws/d/security_group.html.markdown | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/website/source/docs/providers/aws/d/security_group.html.markdown b/website/source/docs/providers/aws/d/security_group.html.markdown index 988558e6d..175a0bd4b 100644 --- a/website/source/docs/providers/aws/d/security_group.html.markdown +++ b/website/source/docs/providers/aws/d/security_group.html.markdown @@ -65,6 +65,10 @@ All of the argument attributes except `filter` blocks are also exported as result attributes. This data source will complete the data by populating any fields that are not included in the configuration with the data for the selected Security Group. -Additionally, the `description` attribute is exported. + +The following fields are also exported: + +* `description` - The description of the security group. +* `arn` - The computed ARN of the security group. ~> **Note:** The [default security group for a VPC](http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_SecurityGroups.html#DefaultSecurityGroup) has the name `default`.