Hello,
I’m looking for solutions or ideas to define and establish reusable tests cases within terraform child modules and then use these tests within the root module. This might depend on some dynamic test cases and maybe scripting, though.
E.g. terraform-aws-vpc module could define several generic tests for the module itself.
Now, this. module is added to a root-module and instead of copying loads of tests into the root module, the root module should just re-use the define test-code within the child-module?
Anybody seen such or would join a discussion on this?
Thanks