Skip to content

v0.12.0

Compare
Choose a tag to compare
@magodo magodo released this 24 May 07:54
f51db41

0.12.0 (May 24, 2023)

FEATURES

  • Integrate with terraform-client-go for "HCL only" mode that replaces the terraform binary, for better performance and lower resource consumption (#381)

ENHANCEMENTS

  • New option: --provider-version to overwrite the provider version used for importing (other than using the bound version) (#376)
  • New option: --env to specify a different environment rather than public cloud (#378)
  • New CLI options: --use-environment-cred, --use-managed-identiy-cred and --use-azure-cli-cred to allow users to explicitly choose auth method instead of the default auth chain (#390)
  • Support azurerm provider v3.56.0 (#396)

BUG FIXES

  • Extend --append to remote backend, and the backend type now honors the existing type in append mode (#373)