Fix incorrect parameter name

pull/1935/head
Radek Simko 11 years ago
parent c214130401
commit b5f0dc867b

@ -21,7 +21,7 @@ resource "aws_iam_instance_profile" "test_profile" {
resource "aws_iam_role" "role" {
name = "test_role"
path = "/"
policy = <<EOF
assume_role_policy = <<EOF
{
"Version": "2012-10-17",
"Statement": [

Loading…
Cancel
Save