Merge pull request #1941 from uzyexe/fix_missing_resource_name_iam_group_policy

Missing "aws_" in website docs for aws_iam_group_policy
This commit is contained in:
Radek Simko 2015-05-13 10:25:06 +01:00
commit c003e9690f
1 changed files with 1 additions and 1 deletions

View File

@ -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