We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 836a779 + 93e8d27 commit da3f5f1Copy full SHA for da3f5f1
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