We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b29f2b commit c8bb152Copy full SHA for c8bb152
1 file changed
modules/karpenter/policy.tf
@@ -181,6 +181,7 @@ data "aws_iam_policy_document" "controller" {
181
sid = "AllowRegionalReadActions"
182
resources = ["*"]
183
actions = [
184
+ "ec2:DescribeCapacityReservations",
185
"ec2:DescribeAvailabilityZones",
186
"ec2:DescribeImages",
187
"ec2:DescribeInstances",
0 commit comments