Skip to content

Commit 8e51db7

Browse files
authored
fixing the type errors (#34)
1 parent d46db35 commit 8e51db7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ module "security_hub" {
6060
context = module.this.context
6161
}
6262

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
6464
# Organization-wide Security Hub configuration by configuring all other accounts to send their Security Hub findings to
6565
# this account.
6666
resource "awsutils_security_hub_organization_settings" "this" {

src/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ variable "auto_enable_organization_members" {
2828

2929
variable "cloudwatch_event_rule_pattern_detail_type" {
3030
type = string
31-
default = "ecurity Hub Findings - Imported"
31+
default = "Security Hub Findings - Imported"
3232
description = <<-DOC
3333
The detail-type pattern used to match events that will be sent to SNS.
3434

0 commit comments

Comments
 (0)