We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d74250e commit 7c3681eCopy full SHA for 7c3681e
modules/runners/policies-runner.tf
@@ -61,7 +61,7 @@ resource "aws_iam_role_policy" "create_tag" {
61
name = "runner-create-tags"
62
role = aws_iam_role.runner.name
63
policy = templatefile("${path.module}/policies/instance-create-tags-policy.json", {
64
- ec2_custom_allowed_tags = var.ec2_custom_allowed_tags_creation
+ ec2_custom_allowed_tags_creation = var.ec2_custom_allowed_tags_creation
65
})
66
}
67
0 commit comments