### Terraform Version ```shell Terraform v1.6.3 ``` ### Use Cases In order to speed up the testing process, we would like to have the ability to run all the tests in parallel (which are not depended on each other) ### Attempted Solutions We tried to split our test into multiple testing files, but it seems the test still runs one by one and not in parallel ### Proposal Add the ability to run test in parallel ### References _No response_