Generalization of tflint call for FAST stages (#2225)

* Generalization of tflint call for FAST

* Fix tfvars path

* Fix tfvars path - depending where the file is

* Fix regex

* Reeanble linting

* Align test directory to stage name

* Align all fast stages to use tftest
This commit is contained in:
Wiktor Niesiobędzki
2024-04-18 21:04:24 +02:00
committed by GitHub
parent 1563a76011
commit 024d3255e6
43 changed files with 123 additions and 108 deletions

View File

@@ -1007,8 +1007,7 @@ tests:
# run a test named `test-plan`, load the specified tfvars files
# use the default inventory file of `test-plan.yaml`
test-plan:
tfvars: # if omitted, we load test-plan.tfvars by default
- test-plan.tfvars
tfvars: # test-plan.tfvars is always loaded
- test-plan-extra.tfvars
inventory:
- test-plan.yaml