Is it possible to run multiple tftest.hcl files in parallel?

Seems like its running in order one after another, but I was wondering if it was possible to have multiple tftest.hcl file run in parallel since they don’t depend on each other.

So, this is a feature that was recently added in 1.12.x. So yes, if you use a different state and add the parallel annotation / meet the other required conditions.

There are still some caveats… in particular with destroy not yet being in parallel.

See this thread on here (and related GH issues)