Skip to content

Commit

Permalink
missing is "aws_"
Browse files Browse the repository at this point in the history
  • Loading branch information
uzyexe committed May 13, 2015
1 parent 8cb2063 commit 2043698
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 2043698

Please sign in to comment.