Skip to content

Commit

Permalink
Enable consolidated control findings manually due to Terraform limita…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
sukeshreddyg authored Jan 22, 2025
1 parent 13ee6b6 commit 205df36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/securityhub/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ data "aws_caller_identity" "current" {}

# Enable Security Hub
resource "aws_securityhub_account" "default" {
# This has been enabled manually, as no Terraform support currently exists for enabling it centrally.
control_finding_generator = "STANDARD_CONTROL"
lifecycle {
ignore_changes = [
Expand Down

0 comments on commit 205df36

Please sign in to comment.