Skip to content

Commit 698599f

Browse files
committed
fix(consumer): Deleting the stack was not reverting recordingMode to the original state.
1 parent 5672ec9 commit 698599f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ct_configrecorder_override_consumer.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ def assume_role(account_id, role='AWSControlTowerExecution'):
107107
'recordingGroup': {
108108
'allSupported': True,
109109
'includeGlobalResourceTypes': False
110-
}
110+
},
111+
'recordingMode': {'recordingFrequency': 'CONTINUOUS'},
111112
})
112113
logging.info(f'Response for put_configuration_recorder :{response} ')
113114

0 commit comments

Comments
 (0)