Skip to content

Commit 1fcd5c1

Browse files
authored
feat: ListInstanceProfiles permission to IAM policy for Karpenter (#479)
1 parent fdc8ba1 commit 1fcd5c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2948,6 +2948,7 @@ data "aws_iam_policy_document" "karpenter" {
29482948
"iam:GetInstanceProfile",
29492949
"iam:RemoveRoleFromInstanceProfile",
29502950
"iam:TagInstanceProfile",
2951+
"iam:ListInstanceProfiles",
29512952
]
29522953
resources = ["*"]
29532954
}

0 commit comments

Comments
 (0)