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:
commit
88dde91e15
|
@ -45,7 +45,7 @@ The following arguments are supported:
|
||||||
* `policy` - (Required) The policy document. This is a JSON formatted string.
|
* `policy` - (Required) The policy document. This is a JSON formatted string.
|
||||||
The heredoc syntax or `file` funciton is helpful here.
|
The heredoc syntax or `file` funciton is helpful here.
|
||||||
* `name` - (Required) Name of the policy.
|
* `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
|
## Attributes Reference
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue