0.8.0 Add ability to change local exec interpreter from a variable
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.