Skip to content

Commit

Permalink
fix: add iam actions
Browse files Browse the repository at this point in the history
  • Loading branch information
farhanangullia committed Jul 13, 2023
1 parent 19584e0 commit 1325484
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/mwaa/switch/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ resource "aws_iam_policy" "mwaa_switch_policy" {
"ec2:DescribeAvailabilityZones",
"ec2:DescribeVpcClassicLink",
"ec2:DescribeVpcClassicLinkDnsSupport",
"ec2:DescribeVpcAttribute"
"ec2:DescribeVpcAttribute",
"ec2:DescribeInternetGateways",
"ec2:DescribeNatGateways"
],
"Resource": "*"
},
Expand Down

0 comments on commit 1325484

Please sign in to comment.