Skip to content

Commit 66f6eb7

Browse files
committed
fix setup-iam-permissions: add missing iam:TagInstanceProfile required for aws_iam_instance_profile "runner"
1 parent 74471de commit 66f6eb7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/setup-iam-permissions/policies/deploy-boundary.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@
5252
"iam:RemoveRoleFromInstanceProfile",
5353
"iam:DeleteInstanceProfile",
5454
"iam:AddRoleToInstanceProfile",
55-
"iam:GetInstanceProfile"
55+
"iam:GetInstanceProfile",
56+
"iam:TagInstanceProfile"
5657
],
5758
"Resource": "arn:${aws_partition}:iam::${account_id}:instance-profile/${instance_profile_namespace}/*"
5859
},

0 commit comments

Comments
 (0)