Merge pull request #2145 from mzupan/fix-role-policy-doc
missing a closing } in the example
This commit is contained in:
commit
d686a65c88
|
@ -30,6 +30,7 @@ resource "aws_iam_role_policy" "test_policy" {
|
|||
]
|
||||
}
|
||||
EOF
|
||||
}
|
||||
|
||||
resource "aws_iam_role" "test_role" {
|
||||
name = "test_role"
|
||||
|
|
Loading…
Reference in New Issue