We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b4937c commit 93e8d27Copy full SHA for 93e8d27
modules/setup-iam-permissions/policies/deploy-boundary.json
@@ -52,7 +52,8 @@
52
"iam:RemoveRoleFromInstanceProfile",
53
"iam:DeleteInstanceProfile",
54
"iam:AddRoleToInstanceProfile",
55
- "iam:GetInstanceProfile"
+ "iam:GetInstanceProfile",
56
+ "iam:TagInstanceProfile"
57
],
58
"Resource": "arn:${aws_partition}:iam::${account_id}:instance-profile/${instance_profile_namespace}/*"
59
},
0 commit comments