Skip to content

Commit

Permalink
Merge pull request #1941 from uzyexe/fix_missing_resource_name_iam_gr…
Browse files Browse the repository at this point in the history
…oup_policy

Missing "aws_" in website docs for aws_iam_group_policy
  • Loading branch information
radeksimko committed May 13, 2015
2 parents 8cb2063 + 2043698 commit c003e96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Provides an IAM policy attached to a group.
## Example Usage

```
resource "iam_group_policy" "my_developer_policy" {
resource "aws_iam_group_policy" "my_developer_policy" {
name = "my_developer_policy"
group = "${aws_iam_group.my_developers.id}"
policy = <<EOF
Expand Down

0 comments on commit c003e96

Please sign in to comment.