mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-05-31 19:00:51 -04:00
Use the new ExitStatus method, and also check the cmd.Err() method for errors. Remove leaks from the output goroutines in both provisioners by deferring their cleanup, and returning early on all error conditions.