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 got a terragrunt config tree like this:
live ├── aws │ ├── aws │ │ ├── cloud.tfvars │ │ ├── eu-west-1 │ │ │ ├── development │ │ │ │ └── terraform.tfvars │ │ │ ├── production │ │ │ │ └── terraform.tfvars │ │ │ ├── region.tfvars │ │ │ └── staging │ │ │ └── terraform.tfvars │ │ └── us-east-1 │ │ └── development │ └── site.tfvars └── terraform.tfvars
I have the terraform_validate_no_variables pre-commit hook enabled and it fails with the following msg:
terraform_validate_no_variables
Error: No Terraform configuration files found in directory:
The text was updated successfully, but these errors were encountered:
Looks like a bug. It should verify that there are *.tf files between line 17 and 18:
*.tf
pre-commit-terraform/terraform_validate_no_variables.sh
Lines 17 to 18 in 2d3782c
Sorry, something went wrong.
Gotta love open source.
No branches or pull requests
I've got a terragrunt config tree like this:
I have the
terraform_validate_no_variables
pre-commit hook enabled and it fails with the following msg:The text was updated successfully, but these errors were encountered: