Skip to content

Commit

Permalink
add ec2:describevpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Apr 5, 2023
1 parent 174330c commit bf01bf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions route53-zone-association/lambda-role/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ data "aws_iam_policy_document" "policy" {
effect = "Allow"
actions = [
"iam:ListAccountAliases",
"ec2:DescribeVpcs",
"route53:Get*",
"route53:List*",
"route53:TestDNSAnswer",
Expand Down
1 change: 1 addition & 0 deletions route53-zone-association/terraform-role/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ data "aws_iam_policy_document" "policy" {
effect = "Allow"
actions = [
"iam:ListAccountAliases",
"ec2:DescribeVpcs",
"route53:Get*",
"route53:List*",
"route53:AssociateVPCWithHostedZone",
Expand Down

0 comments on commit bf01bf1

Please sign in to comment.