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'd like terraform validate to run with a -var-file=test/terraform.tfvars parameter.
terraform validate
-var-file=test/terraform.tfvars
Is there an easy way to pass this as an option to the terraform_validate.sh script?
terraform_validate.sh
The text was updated successfully, but these errors were encountered:
It seems it should be possible to pass args into the script as follows:
- repo: https://github.com/pre-commit/pre-commit-hooks rev: v1.2.3 hooks: - id: flake8 args: [--max-line-length=131]
See the docs: https://pre-commit.com/#passing-arguments-to-hooks
Is there any chance you could add support something like that in terraform-validate?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I'd like
terraform validate
to run with a-var-file=test/terraform.tfvars
parameter.Is there an easy way to pass this as an option to the
terraform_validate.sh
script?The text was updated successfully, but these errors were encountered: