Skip to content

v1.21.0

Choose a tag to compare

@terraform-ibm-modules-ops terraform-ibm-modules-ops released this 12 Sep 10:12
· 396 commits to main since this release
8d6cbb9

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 and BaseTerraformBranch 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.