terraform_validate icon indicating copy to clipboard operation
terraform_validate copied to clipboard

Assists in the enforcement of user-defined standards in Terraform

Results 15 terraform_validate issues
Sort by recently updated
recently updated
newest added

unless i'm doing something wrong terraform_validate does not support Terraform modules. this makes it really hard for me to test my scripts

It would be nice if the error message should also show the file name & line number in case of an assertion error. For a large project, this will be...

Currently, when running coverage reports on a repo using terraform_validate, coverage results are returned for the test framework itself, not the HCL for terraform to create it. It would be...

To help speed up fixing of terraform configurations that fail tests, I propose that all methods that raise AssertionErrors should have an optional parameter where you can put a description...