Skip to content

Commit 5bc6324

Browse files
committed
update config.tfvars template
1 parent 73233fb commit 5bc6324

File tree

1 file changed

+3
-3
lines changed
  • aws_sra_examples/terraform/common

1 file changed

+3
-3
lines changed

aws_sra_examples/terraform/common/main.tf

+3-3
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ resource "local_file" "config_file_creation" {
111111
root_organizational_unit_id = "${data.aws_ssm_parameter.root_organizational_unit_id.value}"
112112
customer_control_tower_regions = "${data.aws_ssm_parameter.customer_control_tower_regions.value}"
113113
customer_control_tower_regions_without_home_region = "${data.aws_ssm_parameter.customer_control_tower_regions_without_home_region.value}"
114-
enabled_regions = "${data.aws_ssm_parameter.enabled_regions.value}"
115-
enabled_regions_without_home_region = "${data.aws_ssm_parameter.enabled_regions_without_home_region.value}"
114+
enabled_regions = ""
115+
enabled_regions_without_home_region = ""
116116
117117
########################################################################
118118
# Services to enable/disable
@@ -128,7 +128,7 @@ resource "local_file" "config_file_creation" {
128128
########################################################################
129129
# Guard Duty Settings
130130
########################################################################
131-
disable_guard_duty = true
131+
disable_guard_duty = false
132132
enable_s3_logs = true
133133
enable_kubernetes_audit_logs = true
134134
enable_malware_protection = true

0 commit comments

Comments
 (0)