func copyTerraformFolderToTemp()

in e2etest.go [102:107]


func copyTerraformFolderToTemp(t testingT, moduleRootPath string, exampleRelativePath string) string {
	unlock := copyLock.Lock(exampleRelativePath)
	defer unlock()
	tmpDir := test_structure.CopyTerraformFolderToTemp(t, moduleRootPath, exampleRelativePath)
	return tmpDir
}