Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fix a case where panic occurs, if 'terraform init' does not exit cleanly. - Check the exit status via a type assertion to exec.ExitError. - If the aforementioned type assertion fails, the panic still occurs.
- Loading branch information