Merge pull request #2145 from mzupan/fix-role-policy-doc

missing a closing } in the example
pull/2150/head
Clint 11 years ago
commit d686a65c88

@ -30,6 +30,7 @@ resource "aws_iam_role_policy" "test_policy" {
]
}
EOF
}
resource "aws_iam_role" "test_role" {
name = "test_role"

Loading…
Cancel
Save