Skip to content

Commit

Permalink
Update control_finding_generator to SECURITY_CONTROL
Browse files Browse the repository at this point in the history
  • Loading branch information
sukeshreddyg authored Jan 22, 2025
1 parent 205df36 commit 1245cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/securityhub/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,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"
control_finding_generator = "SECURITY_CONTROL"
lifecycle {
ignore_changes = [
# When importing this can't be changed without destroying the resource
Expand Down

0 comments on commit 1245cff

Please sign in to comment.