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
The hook terraform-validate will fail if the terraform modules are not initialized with terraform init -backend=false.
terraform-validate
terraform init -backend=false
Any reason for not adding this missing step as part of the validation hook script like in gruntwork-io/pre-commit hooks?
gruntwork-io/pre-commit
https://github.com/gruntwork-io/pre-commit/blob/master/hooks/terraform-validate.sh#L12
The text was updated successfully, but these errors were encountered:
I was working a bit on it during week-ends. #158 is almost complete.
Sorry, something went wrong.
Thank you @antonbabenko 😃
Please give a try to v1.44.0.
I've tested and it works perfectly.
Thanks a lot, @antonbabenko 👍
Successfully merging a pull request may close this issue.
The hook
terraform-validate
will fail if the terraform modules are not initialized withterraform init -backend=false
.Any reason for not adding this missing step as part of the validation hook script like in
gruntwork-io/pre-commit
hooks?https://github.com/gruntwork-io/pre-commit/blob/master/hooks/terraform-validate.sh#L12
The text was updated successfully, but these errors were encountered: