boltops-tools / terraspace

Terraspace: The Terraform Framework
https://terraspace.cloud
Apache License 2.0
674 stars 46 forks source link

Testing terraspace modules and stacks with various inputs/tfvars. #276

Open exoaturner opened 1 year ago

exoaturner commented 1 year ago

In the docs/testing it isn't very clear how you can test and stack/module with various different arrangements of input variables.

https://terraspace.cloud/docs/testing/

For example:

var.create may create/not create any resources for a module. In order to test this along with any other tests, we would need to parse the var as true and false in different test cases.