Skip to content

Commit

Permalink
feat: enable access analyzer for org (#167)
Browse files Browse the repository at this point in the history
fixes #166
  • Loading branch information
bharanin authored Mar 20, 2021
1 parent 1638655 commit 4f492e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/organization/master/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ resource "aws_iam_user" "admin" {

resource "aws_organizations_organization" "org" {
aws_service_access_principals = [
"access-analyzer.amazonaws.com",
"cloudtrail.amazonaws.com",
"config.amazonaws.com",
]
Expand Down

0 comments on commit 4f492e3

Please sign in to comment.