From 6cab3bd7ef7fc1ee74d5ba15dad101563b329bdd Mon Sep 17 00:00:00 2001 From: dap Date: Tue, 8 Apr 2025 12:11:14 -0700 Subject: [PATCH] Update template.yaml with CONTROL_TOWER_HOME_REGION variable add the CONTROL_TOWER_HOME_REGION: !Ref 'AWS::Region' variable for setting the Global Resource recording in the Home region only. --- template.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/template.yaml b/template.yaml index 481f592..bee1e2a 100644 --- a/template.yaml +++ b/template.yaml @@ -111,6 +111,7 @@ Resources: CONFIG_RECORDER_OVERRIDE_DAILY_RESOURCE_LIST: !Ref ConfigRecorderDailyResourceTypes CONFIG_RECORDER_OVERRIDE_EXCLUDED_RESOURCE_LIST: !Ref ConfigRecorderExcludedResourceTypes CONFIG_RECORDER_DEFAULT_RECORDING_FREQUENCY: !Ref ConfigRecorderDefaultRecordingFrequency + CONTROL_TOWER_HOME_REGION: !Ref 'AWS::Region' ConsumerLambdaEventSourceMapping: Type: AWS::Lambda::EventSourceMapping