generated from ministryofjustice/template-repository
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bea9c94
commit aaa51d3
Showing
2 changed files
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,17 @@ | ||
variable "sechub_eventbridge_rule_name" { | ||
description = "SecurityHub Eventbridge rule name" | ||
default = "sechub_high_and_critical_findings" | ||
type = string | ||
} | ||
|
||
variable "sechub_sns_topic_name" { | ||
description = "SecurityHub SNS Topic name" | ||
default = "sechub_findings_sns_topic" | ||
type = string | ||
} | ||
|
||
variable "sechub_sns_kms_key_name" { | ||
description = "SecurityHub SNS Topic KMS key name" | ||
default = "alias/sns-kms-key" | ||
type = string | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,17 @@ | ||
variable "sechub_eventbridge_rule_name" { | ||
description = "SecurityHub Eventbridge rule name" | ||
default = "sechub_high_and_critical_findings" | ||
type = string | ||
} | ||
|
||
variable "sechub_sns_topic_name" { | ||
description = "SecurityHub SNS Topic name" | ||
default = "sechub_findings_sns_topic" | ||
type = string | ||
} | ||
|
||
variable "sechub_sns_kms_key_name" { | ||
description = "SecurityHub SNS Topic KMS key name" | ||
default = "alias/sns-kms-key" | ||
type = string | ||
} |