Commit 1dc1f8ad authored by A-Gordon's avatar A-Gordon

Cleared whitespace

parent f28906c2
...@@ -31,7 +31,7 @@ resource "aws_iam_role" "steamhaus" { ...@@ -31,7 +31,7 @@ resource "aws_iam_role" "steamhaus" {
} }
} }
resource "aws_iam_role_policy_attachment" "test-attach" { resource "aws_iam_role_policy_attachment" "attach" {
role = "${aws_iam_role.steamhaus.name}" role = "${aws_iam_role.steamhaus.name}"
policy_arn = "arn:aws:iam::aws:policy/AdministratorAccess" policy_arn = "arn:aws:iam::aws:policy/AdministratorAccess"
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment