missing a closing } in the example

This is a simple one.. Docs were missing a closing }
pull/2145/head
Mike Zupan 11 years ago
parent 6749ea29a4
commit ef83fd52ae

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

Loading…
Cancel
Save