missing a closing } in the example

This is a simple one.. Docs were missing a closing }
This commit is contained in:
Mike Zupan 2015-05-29 13:33:32 -07:00
parent 6749ea29a4
commit ef83fd52ae

View File

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