We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've made a repository to reproduce this issue. Note that it happens on first run only, there're other requirements to catch it too:
TFENV_CONFIG_DIR
terragrant run-all
On one of runs I managed to get the following error:
/root/.tfenv/libexec/tfenv-exec: line 105: /var/lib/tfenv-versions/versions/1.2.2/terraform: Permission denied /root/.tfenv/libexec/tfenv-exec: line 105: exec: /var/lib/tfenv-versions/versions/1.2.2/terraform: cannot execute: Permission denied ERRO[0073] Terraform invocation failed in ... ERRO[0073] Module ... has finished with an error: 1 error occurred: * exit status 126
Also sometimes the error is 127, not 126.
The text was updated successfully, but these errors were encountered:
I see the same issue when running a pre-commit hook.
To resolve this for pre-commit hooks I had to add require_serial: true for where the first time tfenv would be used.
pre-commit
require_serial: true
Sorry, something went wrong.
No branches or pull requests
I've made a repository to reproduce this issue. Note that it happens on first run only, there're other requirements to catch it too:
TFENV_CONFIG_DIR
has to be setterragrant run-all
handles this. If you set parallelism to 1 it just works.On one of runs I managed to get the following error:
Also sometimes the error is 127, not 126.
The text was updated successfully, but these errors were encountered: