Skip to content

0.8.0 Add ability to change local exec interpreter from a variable

Compare
Choose a tag to compare
@aknysh aknysh released this 06 Nov 18:41

what

  • Add ability to change local exec interpreter from a variable

why

  • In some cases terraform local-exec is failing in CI/CD as default interpreter is /bin/sh which was exiting with non zero status code. Change the interpreter to /bin/bash fixes the issue.