superlint/.automation/test/terraform_tflint
Colwyn Fritze-Moor 09b571b1b0
feat: add support for Terraform modules in tflint (#2297)
* fix: support tflint relative module references

* chore: add test for relative module imports

* chore: add terraform binary

* chore: move tests

* chore: add newlines to tests

* chore: add newlines to tests

* refactor: move terraform get

* refactor: put terraform get back where it was

Co-authored-by: Lukas Gravley <admiralawkbar@github.com>
2022-01-06 11:04:10 -06:00
..
bad adding tflint (#1899) 2021-08-30 09:47:50 -05:00
good feat: add support for Terraform modules in tflint (#2297) 2022-01-06 11:04:10 -06:00
modules/ec2_instance feat: add support for Terraform modules in tflint (#2297) 2022-01-06 11:04:10 -06:00
README.md adding tflint (#1899) 2021-08-30 09:47:50 -05:00

AWS States language Test Cases

This folder holds the test cases for Terraform.

Additional Docs

No Additional information is needed for this test case.

Good Test Cases

The test cases denoted: LANGUAGE_good_FILE.EXTENSION are all valid, and should pass successfully when linted.

  • Note: They are linted utilizing the default linter rules.

Bad Test Cases

The test cases denoted: LANGUAGE_bad_FILE.EXTENSION are NOT valid, and should trigger errors when linted.

  • Note: They are linted utilizing the default linter rules.