Skip to content

Commit bce17b2

Browse files
authored
feat: Add additional permission for karpenter IAM policy added in v0.14.0 release (terraform-aws-modules#264)
1 parent 50ee5bb commit bce17b2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: .pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/antonbabenko/pre-commit-terraform
3-
rev: v1.72.2
3+
rev: v1.74.1
44
hooks:
55
- id: terraform_fmt
66
- id: terraform_validate

Diff for: modules/iam-role-for-service-accounts-eks/policies.tf

+1
Original file line numberDiff line numberDiff line change
@@ -523,6 +523,7 @@ data "aws_iam_policy_document" "karpenter_controller" {
523523
"ec2:CreateFleet",
524524
"ec2:CreateTags",
525525
"ec2:DescribeLaunchTemplates",
526+
"ec2:DescribeImages",
526527
"ec2:DescribeInstances",
527528
"ec2:DescribeSecurityGroups",
528529
"ec2:DescribeSubnets",

0 commit comments

Comments
 (0)