From 89c97787df0e4307f78f8f252763fc733dd0423c Mon Sep 17 00:00:00 2001 From: Daisuke Fujita Date: Thu, 14 May 2015 10:29:38 +0900 Subject: [PATCH] Fix argument mistake in IAM group policy document --- .../source/docs/providers/aws/r/iam_group_policy.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/aws/r/iam_group_policy.html.markdown b/website/source/docs/providers/aws/r/iam_group_policy.html.markdown index 862e12fec..9916e8ca0 100644 --- a/website/source/docs/providers/aws/r/iam_group_policy.html.markdown +++ b/website/source/docs/providers/aws/r/iam_group_policy.html.markdown @@ -45,7 +45,7 @@ The following arguments are supported: * `policy` - (Required) The policy document. This is a JSON formatted string. The heredoc syntax or `file` funciton is helpful here. * `name` - (Required) Name of the policy. -* `user` - (Required) The IAM group to attach to the policy. +* `group` - (Required) The IAM group to attach to the policy. ## Attributes Reference