Skip to content

Commit

Permalink
Merge pull request #21 from trussworks/am-access-analyzer
Browse files Browse the repository at this point in the history
Adding access analyzer
  • Loading branch information
mdrummerboy09 authored May 5, 2021
2 parents 878baa9 + cc9386d commit 4673a8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ data "aws_iam_policy_document" "combined_policy_block" {
# These actions do not operate in a specific region, or only run in
# a single region, so we don't want to try restricting them by region.
not_actions = [
"access-analyzer:*",
"iam:*",
"organizations:*",
"route53:*",
Expand Down

0 comments on commit 4673a8f

Please sign in to comment.