Skip to content

Commit 2ca8310

Browse files
fixed-tf-depreciation-and-added-benchmark-3
1 parent 4f346b4 commit 2ca8310

File tree

1 file changed

+1
-1
lines changed
  • aws_sra_examples/terraform/solutions/security_hub

1 file changed

+1
-1
lines changed

aws_sra_examples/terraform/solutions/security_hub/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ variable "sra_solution_name" {
3737
variable "cis_standard_version" {
3838
description = "CIS Standard Version"
3939
type = string
40-
default = "1.2.0"
40+
default = "3.0.0"
4141
validation {
4242
condition = contains(["NONE", "1.2.0", "1.4.0", "3.0.0"], var.cis_standard_version) # Changed to var.cis_standard_version
4343
error_message = "Valid values for cis_standard_version are NONE, 1.2.0, 1.4.0, or 3.0.0."

0 commit comments

Comments
 (0)