Moritz Wirth
Moritz Wirth
I have some issues running the test locally as I have not installed all dependencies, so I'll be happy if you could give them a run and check if something...
@denis256 @ThisGuyCodes @yhakbar Could you please take a look?
@sylr thanks for the help, I integrated it in in my branch. Regarding the lint errors related to the CommandContext, I don't think there is a way around this -...
@jordanst3wart Good point, I'll update my fix and this should get rid of the linting messages as well. Thanks a lot!
Apologies for the delay, I've been tied up the last days. I refactored the fix again and switched to overwriting the cancel function - the strict-lint runs now and the...
This bug was introduced in https://github.com/gruntwork-io/terragrunt/pull/4724 which improved the signal handling. However, `exec.CommandContext` does not respect interrupt signals, but always sends SIGKILL to the underlying process which likely causes the...