github gruntwork-io/terratest v0.36.2

latest releases: v0.46.14, v0.46.13, v0.46.12...
2 years ago

Modules affected

  • test-structure

Description

  • Don't run validate tests in parallel. Terraform validate makes use of several terraform providers to ensure the target config is correct. Running these in parallel is extremely resource intensive and leads to CI jobs running out of memory and getting stuck as a result. This change removes the call to t.Parallel within the ValidateAllTerraformModules method to prevent resource exhaustion.

Related links

Don't miss a new terratest release

NewReleases is sending notifications on new releases.