Skip to content

Commit

Permalink
rely on defaults of optionals
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Steenhoven authored and Johan Steenhoven committed Dec 13, 2024
1 parent 60db109 commit 9ca7e78
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -162,18 +162,7 @@ variable "aws_security_hub" {
product_arns = optional(list(string), [])
standards_arns = optional(list(string), null)
})
default = {
aggregator_linking_mode = "ALL_REGIONS"
aggregator_specified_regions = null
auto_enable_controls = true
auto_enable_default_standards = false
auto_enable_new_accounts = true
control_finding_generator = "SECURITY_CONTROL"
create_cis_metric_filters = true
organization_configuration_type = "LOCAL"
product_arns = []
standards_arns = null
}
default = {}
description = "AWS Security Hub settings"

validation {
Expand Down

0 comments on commit 9ca7e78

Please sign in to comment.