Modules affected
test-structure
git
Description
- Updated
runValidateOnAllTerraformModules
function, which is used under the hood byValidateAllTerraformModules
andOPAEvalAllTerraformModules
, to:
- Find the Git root using
git.GetRepoRootForDirE
, instead of a hard-coded../../
file path. - Copy the Git root to a temp folder once, rather than once per sub-test.