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:
committed by
GitHub
parent
1563a76011
commit
024d3255e6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user