Merge pull request #1956 from dtan4/fix-iam-group-policy-mistake

website: Fix argument mistake in IAM group policy document
This commit is contained in:
Mitchell Hashimoto 2015-05-13 18:37:23 -07:00
commit 88dde91e15
1 changed files with 1 additions and 1 deletions

View File

@ -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