Skip to content

v0.15.0

Latest
Compare
Choose a tag to compare
@azure-terraform-bot azure-terraform-bot released this 19 Aug 11:35
· 7 commits to refs/heads/main since this release
f1f6cce

0.15.0 (Aug 19, 2024)

ENHANCEMENTS

  • Authentication related options now pass through to the provider as the provider configuration (#546)

    The new options (or existing flags but now passed to providers) are listed below:

    • env
    • tenant-id
    • auxiliary-tenant-ids
    • client-id
    • client-id-file-path
    • client-certificate
    • client-certificate-path
    • client-certificate-password
    • client-secret
    • client-secret-file-path
    • oidc-request-token
    • oidc-request-url
    • oidc-token
    • oidc-token-file-path
    • use-managed-identity-cred (defaults to false)
    • use-azure-cli-cred (defaults to true)
    • use-oidc-cred (defaults to false)
  • New option: -mask-sensitive to allow masking sensitive attributes (#551)

  • Resource mode supports multiple resources (#552)

  • Behavior change of --overwrite to avoid deleting user files (#553)

SECURITY ISSUES

  • Update github.com/hashicorp/hc-install to v0.7.0 to solve CVE issues (#538)