Skip to content

v0.36.2

Compare
Choose a tag to compare
@gruntwork-ci gruntwork-ci released this 23 Jun 23:16
· 491 commits to master since this release
784df03

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