Skip to content

Commit

Permalink
Merge pull request #10 from aws-samples/role-updates
Browse files Browse the repository at this point in the history
fix: add iam actions
  • Loading branch information
farhanangullia authored Jul 13, 2023
2 parents 19584e0 + 1325484 commit 4ad5f82
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 4ad5f82

Please sign in to comment.