Fix argument mistake in IAM group policy document

This commit is contained in:
Daisuke Fujita 2015-05-14 10:29:38 +09:00
parent 6982ebc142
commit 89c97787df
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