File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ module "security_hub" {
60
60
context = module. this . context
61
61
}
62
62
63
- # If we are running in the AWS Org designated administrator account with admin_delegated set to tru , set the AWS
63
+ # If we are running in the AWS Org designated administrator account with admin_delegated set to true , set the AWS
64
64
# Organization-wide Security Hub configuration by configuring all other accounts to send their Security Hub findings to
65
65
# this account.
66
66
resource "awsutils_security_hub_organization_settings" "this" {
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ variable "auto_enable_organization_members" {
28
28
29
29
variable "cloudwatch_event_rule_pattern_detail_type" {
30
30
type = string
31
- default = " ecurity Hub Findings - Imported"
31
+ default = " Security Hub Findings - Imported"
32
32
description = <<- DOC
33
33
The detail-type pattern used to match events that will be sent to SNS.
34
34
You can’t perform that action at this time.
0 commit comments