From 3bf0ba313a8a6edf6f7a14e9dcbb8bb381a42865 Mon Sep 17 00:00:00 2001 From: Tomas Balaz Date: Thu, 9 Mar 2023 16:55:07 +0100 Subject: [PATCH] feat: add eks:DescribeNodegroup action to iam policy --- iam.tf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/iam.tf b/iam.tf index 7a43b71..7d0b8be 100644 --- a/iam.tf +++ b/iam.tf @@ -16,7 +16,8 @@ data "aws_iam_policy_document" "this" { "autoscaling:SetDesiredCapacity", "autoscaling:TerminateInstanceInAutoScalingGroup", "ec2:DescribeLaunchTemplateVersions", - "ec2:DescribeInstanceTypes" + "ec2:DescribeInstanceTypes", + "eks:DescribeNodegroup" ] resources = [