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
If you run leverage terraform init, and the init command fails for some reason, it finish with no exit error.
leverage terraform init
init
It should catch and raise the error code gracefully.
Steps to reproduce the behavior:
le-tf-infra-aws/apps-devstg/global/base-identities
TERRAFORM_IMAGE_TAG=1.5.0-0.1.13
Error: Unsupported Terraform Core version
The text was updated successfully, but these errors were encountered:
Fixed in #269 / v1.13.0 release
Sorry, something went wrong.
Franr
No branches or pull requests
Describe the Bug
If you run
leverage terraform init
, and theinit
command fails for some reason, it finish with no exit error.Expected Behavior
It should catch and raise the error code gracefully.
Steps to Reproduce
Steps to reproduce the behavior:
le-tf-infra-aws/apps-devstg/global/base-identities
TERRAFORM_IMAGE_TAG=1.5.0-0.1.13
)leverage terraform init
Error: Unsupported Terraform Core version
but the exit code will be 0.The text was updated successfully, but these errors were encountered: