Releases: terraform-ibm-modules/ibmcloud-terratest-wrapper
Releases · terraform-ibm-modules/ibmcloud-terratest-wrapper
v1.21.4
v1.21.3
v1.21.2
v1.21.1
v1.21.0
1.21.0 (2023-09-12)
Features / Fixes
- getRemoteURL updated to getRemoteOriginURL for more descriptive name
- getSymbolicRef replaced by getCurrentBranch which tries multiple approaches incase one fails on the runtime environment
- CleanTerraformDir added the removes terraform metafiles like state, cache and lock files form the target directory
- DisableTempWorkingDir added to the test options useful for if you need to keep files around after the test when teardown is disabled
- Updated upgrade test to find the upstream URL and origin branch this is to allow a fork to work and have the base branch and repo auto-detected.
- Option added for
BaseTerraformRepo
andBaseTerraformBranch
to manually set the base repo and branch for an upgrade test if users are not using a default configuration. These will be overridden by environment variables BASE_TERRAFORM_REPO and BASE_TERRAFORM_BRANCH if set. - Option added
DisableTempWorkingDir
to disable temporary working directory. Workspace collisions when running in parallel could occur if this is set to true.