Skip to content

Commit

Permalink
add describecluster
Browse files Browse the repository at this point in the history
  • Loading branch information
calebAtIspot authored Jun 4, 2024
1 parent 70c0040 commit 1627af4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data.tf
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ data "aws_iam_policy_document" "mwaa" {
actions = [
"logs:DescribeLogGroups",
"cloudwatch:PutMetricData",
"s3:GetAccountPublicAccessBlock"
"s3:GetAccountPublicAccessBlock",
"eks:DescribeCluster"
]
resources = [
"*"
Expand Down

0 comments on commit 1627af4

Please sign in to comment.