Skip to content

v0.46.10

Compare
Choose a tag to compare
@brikis98 brikis98 released this 16 Jan 19:00
· 17 commits to master since this release
74d9df0

Modules affected

  • test-structure
  • git

Description

  • Updated runValidateOnAllTerraformModules function, which is used under the hood by ValidateAllTerraformModules and OPAEvalAllTerraformModules, to:
  1. Find the Git root using git.GetRepoRootForDirE, instead of a hard-coded ../../ file path.
  2. Copy the Git root to a temp folder once, rather than once per sub-test.

Related links