Skip to content

Commit

Permalink
Merge pull request #54 from calebAtIspot/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
vara-bonthu authored Jun 4, 2024
2 parents 70c0040 + 1627af4 commit 9af80d7
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 9af80d7

Please sign in to comment.