Skip to content

Commit

Permalink
docs/resource/aws_iam_group_policy: Assign group name (not id) to gro…
Browse files Browse the repository at this point in the history
…up argument (#15041)
  • Loading branch information
alan-copeland-keysight authored Sep 9, 2020
1 parent 374a49a commit bc480ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/iam_group_policy.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Provides an IAM policy attached to a group.
```hcl
resource "aws_iam_group_policy" "my_developer_policy" {
name = "my_developer_policy"
group = aws_iam_group.my_developers.id
group = aws_iam_group.my_developers.name
policy = <<EOF
{
Expand Down

0 comments on commit bc480ff

Please sign in to comment.