Skip to content

Commit

Permalink
Amend SecurityHub Org Admin docs (#20217)
Browse files Browse the repository at this point in the history
Relates to this [Pull Request](#19108)

The example doesn't include required parameter `auto_enable = true`
  • Loading branch information
djsd123 authored Jul 16, 2021
1 parent 773c4ed commit 2f89fca
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ resource "aws_securityhub_organization_admin_account" "example" {
}
# Auto enable security hub in organization member accounts
resource "aws_securityhub_organization_configuration" "example" {}
resource "aws_securityhub_organization_configuration" "example" {
auto_enable = true
}
```

## Argument Reference
Expand Down

0 comments on commit 2f89fca

Please sign in to comment.