mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-14 22:02:22 -04:00
The script cleanup step added in #5577 was positioned before the `cmd.Wait()` call to ensure the command completes. This was causing non-deterministic failures, especially for longer running scripts. Fixes #5699 Fixes #5737