Skip to content

Commit da3f5f1

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/lambdas/jest-mock-extended-3.0.7
2 parents 836a779 + 93e8d27 commit da3f5f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
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)