From 1627af4c2cb3ac404935556128888ec974f7a019 Mon Sep 17 00:00:00 2001 From: calebAtIspot <136127709+calebAtIspot@users.noreply.github.com> Date: Tue, 4 Jun 2024 14:33:20 -0700 Subject: [PATCH] add describecluster see https://github.com/Almenon/terraform-aws-mwaa/pull/2 --- data.tf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data.tf b/data.tf index 1a8e7b9..ff1fafa 100644 --- a/data.tf +++ b/data.tf @@ -86,7 +86,8 @@ data "aws_iam_policy_document" "mwaa" { actions = [ "logs:DescribeLogGroups", "cloudwatch:PutMetricData", - "s3:GetAccountPublicAccessBlock" + "s3:GetAccountPublicAccessBlock", + "eks:DescribeCluster" ] resources = [ "*"