From 9aba1b4238f3778366a00df6e0d73916c52f5370 Mon Sep 17 00:00:00 2001 From: Kit Ewbank Date: Fri, 18 Nov 2016 10:20:45 -0500 Subject: [PATCH] Better explanation of the description attribute (#10221) --- .../source/docs/providers/aws/d/security_group.html.markdown | 2 +- 1 file changed, 1 insertion(+), 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 d9662744b..928c4a009 100644 --- a/website/source/docs/providers/aws/d/security_group.html.markdown +++ b/website/source/docs/providers/aws/d/security_group.html.markdown @@ -65,5 +65,5 @@ 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. -Additionnaly `description` field is enable. +Additionally, the `description` attribute is exported.