File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
modules/iam-role-for-service-accounts-eks Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/antonbabenko/pre-commit-terraform
3
- rev : v1.72.1
3
+ rev : v1.72.2
4
4
hooks :
5
5
- id : terraform_fmt
6
6
- id : terraform_validate
23
23
- ' --args=--only=terraform_standard_module_structure'
24
24
- ' --args=--only=terraform_workspace_remote'
25
25
- repo : https://github.com/pre-commit/pre-commit-hooks
26
- rev : v4.2 .0
26
+ rev : v4.3 .0
27
27
hooks :
28
28
- id : check-merge-conflict
29
29
- id : end-of-file-fixer
Original file line number Diff line number Diff line change @@ -529,6 +529,8 @@ data "aws_iam_policy_document" "karpenter_controller" {
529
529
" ec2:DescribeInstanceTypes" ,
530
530
" ec2:DescribeInstanceTypeOfferings" ,
531
531
" ec2:DescribeAvailabilityZones" ,
532
+ " ec2:DescribeSpotPriceHistory" ,
533
+ " pricing:GetProducts" ,
532
534
]
533
535
534
536
resources = [" *" ]
You can’t perform that action at this time.
0 commit comments