Skip to content

v0.12

Compare
Choose a tag to compare
@pwillis-els pwillis-els released this 01 Feb 00:01
· 23 commits to main since this release

[v0.12] - 2022-01-31

Added

  • Option '-n' (NO_CLEANUP_TMP=1) prevents removing the dynamic TF_DATA_DIR
  • Wrappers for most Terraform commands (workspace, console, output, taint,
    untaint, force-unlock)
  • '-backup=' option added to 'terraformsh state rm ...' commands

Changed

  • Removal of temporary TF_DATA_DIR is avoided only if NO_CLEANUP_TMP_ON_ERROR=1
    . Before it would have left the directory intact on error, leading to it
    being re-used the next time.
  • Check for files with '-e', do not check if they're readable with '-r'
  • Prevent re-running 'terraform init' multiple times in same session

Fixed

  • Location of default plan file
  • 'terraform validate' for newer versions of Terraform
  • Passing arbitrary options to commands
  • Detecting sub-commands of parent commands
  • Detecting previously-set TF_DATA_DIR
  • Run 'init' before 'import
  • Fix running 'terraform state' with no other arguments and add missing
    WORKSPACE_ARGS array