Skip to content

Commit 4673a8f

Browse files
Merge pull request #21 from trussworks/am-access-analyzer
Adding access analyzer
2 parents 878baa9 + cc9386d commit 4673a8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ data "aws_iam_policy_document" "combined_policy_block" {
202202
# These actions do not operate in a specific region, or only run in
203203
# a single region, so we don't want to try restricting them by region.
204204
not_actions = [
205+
"access-analyzer:*",
205206
"iam:*",
206207
"organizations:*",
207208
"route53:*",

0 commit comments

Comments
 (0)