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 11repos :
22 - repo : https://github.com/antonbabenko/pre-commit-terraform
3- rev : v1.72.1
3+ rev : v1.72.2
44 hooks :
55 - id : terraform_fmt
66 - id : terraform_validate
2323 - ' --args=--only=terraform_standard_module_structure'
2424 - ' --args=--only=terraform_workspace_remote'
2525 - repo : https://github.com/pre-commit/pre-commit-hooks
26- rev : v4.2 .0
26+ rev : v4.3 .0
2727 hooks :
2828 - id : check-merge-conflict
2929 - 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" {
529529 " ec2:DescribeInstanceTypes" ,
530530 " ec2:DescribeInstanceTypeOfferings" ,
531531 " ec2:DescribeAvailabilityZones" ,
532+ " ec2:DescribeSpotPriceHistory" ,
533+ " pricing:GetProducts" ,
532534 ]
533535
534536 resources = [" *" ]
You can’t perform that action at this time.
0 commit comments