Commit 447d5cfe authored by Nicky White's avatar Nicky White

modified tuple to string

parent b0a582f1
...@@ -36,7 +36,7 @@ data "aws_iam_policy_document" "default" { ...@@ -36,7 +36,7 @@ data "aws_iam_policy_document" "default" {
principals { principals {
type = "AWS" type = "AWS"
identifiers = [var.worker_iam_role_arn] identifiers = var.worker_iam_role_arn
} }
} }
} }
......
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