File tree 1 file changed +3
-3
lines changed
aws_sra_examples/terraform/common
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -111,8 +111,8 @@ resource "local_file" "config_file_creation" {
111
111
root_organizational_unit_id = "${ data . aws_ssm_parameter . root_organizational_unit_id . value } "
112
112
customer_control_tower_regions = "${ data . aws_ssm_parameter . customer_control_tower_regions . value } "
113
113
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 = ""
116
116
117
117
########################################################################
118
118
# Services to enable/disable
@@ -128,7 +128,7 @@ resource "local_file" "config_file_creation" {
128
128
########################################################################
129
129
# Guard Duty Settings
130
130
########################################################################
131
- disable_guard_duty = true
131
+ disable_guard_duty = false
132
132
enable_s3_logs = true
133
133
enable_kubernetes_audit_logs = true
134
134
enable_malware_protection = true
You can’t perform that action at this time.
0 commit comments