Skip to content

Commit 181c1b1

Browse files
committed
Make default value for pControlTowerRegionsOnly consistent
1 parent 3b1e1e0 commit 181c1b1

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

aws_sra_examples/easy_setup/templates/sra-easy-setup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1177,7 +1177,7 @@ Parameters:
11771177
Type: String
11781178
pGuardDutyCustomerGovernedRegionsOnly:
11791179
AllowedValues: ["true", "false"]
1180-
Default: "false"
1180+
Default: "true"
11811181
Description: Indicates whether to enable GuardDuty in the customer's Goverened Regions only. Example - Control Tower regions, or Common Prerequisites regions.
11821182
Type: String
11831183
pGuardDutyEnabledRegions:

aws_sra_examples/modules/guardduty-org-module/templates/sra-guardduty-org-module-main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,8 @@ Parameters:
271271
Type: String
272272
pControlTowerRegionsOnly:
273273
Type: String
274-
Description: Only enable in the Control Tower governed regions (set to true for environments without AWS Control Tower)
275-
Default: 'false'
274+
Description: Only enable in the Control Tower governed regions (set to false for environments without AWS Control Tower)
275+
Default: 'true'
276276
AllowedValues: ['true', 'false']
277277
pEnabledRegions:
278278
AllowedPattern: '^$|^([a-z0-9-]{1,64})$|^(([a-z0-9-]{1,64},)*[a-z0-9-]{1,64})$'

aws_sra_examples/modules/guardduty-org-module/templates/sra-guardduty-org-solution.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,8 +358,8 @@ Parameters:
358358
Type: String
359359
pControlTowerRegionsOnly:
360360
Type: String
361-
Description: Only enable in the Control Tower governed regions (set to true for environments without AWS Control Tower)
362-
Default: 'false'
361+
Description: Only enable in the Control Tower governed regions (set to false for environments without AWS Control Tower)
362+
Default: 'true'
363363
AllowedValues: ['true', 'false']
364364
pEnabledRegions:
365365
AllowedPattern: '^$|^([a-z0-9-]{1,64})$|^(([a-z0-9-]{1,64},)*[a-z0-9-]{1,64})$'

aws_sra_examples/solutions/guardduty/guardduty_org/templates/sra-guardduty-org-main-ssm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ Parameters:
190190
pControlTowerRegionsOnly:
191191
Type: String
192192
Description: Only enable in the Control Tower governed regions (set to true for environments without AWS Control Tower)
193-
Default: 'true' # TODO: best practice is to set this to false, however, there is a bug that prevents this from working
193+
Default: 'true' # TODO: best practice is to set this to false, however, there is a bug (insert bug id) that prevents this from working
194194
AllowedValues: ['true', 'false']
195195
pCreateLambdaLogGroup:
196196
AllowedValues: ['true', 'false']

aws_sra_examples/solutions/security_lake/security_lake_org/templates/sra-security-lake-org-configuration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ Parameters:
236236
Default: 'ALL'
237237
pControlTowerRegionsOnly:
238238
AllowedValues: ['true', 'false']
239-
Default: 'false'
239+
Default: 'true'
240240
Description: Only enable in the customer governed regions specified in Control Tower or Common Prerequisites solution
241241
Type: String
242242
pComplianceFrequency:

0 commit comments

Comments
 (0)