Commit fc238daf authored by Beckybrannan's avatar Beckybrannan

Testing with tf version tag

parent 380dcbad
...@@ -61,7 +61,7 @@ resource "aws_iam_policy" "steamhaus_apn" { ...@@ -61,7 +61,7 @@ resource "aws_iam_policy" "steamhaus_apn" {
resource "aws_iam_role_policy_attachment" "steamhaus_apn" { resource "aws_iam_role_policy_attachment" "steamhaus_apn" {
role = "${aws_iam_role.role.name}" role = "${aws_iam_role.role.name}"
policy_arn = "${aws_iam_policy.steamhaus_apn.arn}" policy_arn = "${aws_iam_policy.steamhaus_apn[count.index].arn}"
count = "${var.steamhaus_apn}" count = "${var.steamhaus_apn}"
} }
......
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