aws-samples / aws-control-tower-config-customization

MIT No Attribution
26 stars 25 forks source link

fix(consumer): Deleting the stack was not reverting `recordingMode` to the original state. #16

Open priiiiit opened 2 months ago

priiiiit commented 2 months ago

Description of changes:

In my testing, I noticed that when the stack was deleted, the recordingMode was not reset to CONTINUOUS. This code resolves that issue.