Skip to content

Commit

Permalink
feat: Add additional permission for karpenter IAM policy added in v…
Browse files Browse the repository at this point in the history
…0.14.0 release (#264)
  • Loading branch information
bryantbiggs authored Aug 10, 2022
1 parent 50ee5bb commit bce17b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.72.2
rev: v1.74.1
hooks:
- id: terraform_fmt
- id: terraform_validate
Expand Down
1 change: 1 addition & 0 deletions modules/iam-role-for-service-accounts-eks/policies.tf
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,7 @@ data "aws_iam_policy_document" "karpenter_controller" {
"ec2:CreateFleet",
"ec2:CreateTags",
"ec2:DescribeLaunchTemplates",
"ec2:DescribeImages",
"ec2:DescribeInstances",
"ec2:DescribeSecurityGroups",
"ec2:DescribeSubnets",
Expand Down

0 comments on commit bce17b2

Please sign in to comment.