Skip to content

v0.12.0

Choose a tag to compare

@donovm4 donovm4 released this 07 Nov 17:09
· 61 commits to main since this release
1e34a91

Breaking Change(s)

PLEASE READ! Includes VERY IMPORTANT Breaking Changes

  • v0.12.0 will no longer support azurerm 3.xbut will now support azurerm 4.x

Feature(s)

  • azurerm 4.x support addressing Issue #122
  • enabling tls 1.3 support through azurerm 4.8 support (Issue #136)

Update(s)

  • bug fixes to unmanaged private endpoints with deployment slots as highlighted in PR #129
  • arguments removed as no longer supported by azurerm 4.x
    • docker_container_name (as part of application_stack)
    • docker_container_tag (as part of application_stack)
    • path (as part of slow_request. Please you slow_request_with_path if needed.)
    • auto_heal_enabled
  • login map made optional by module (still required by provider for auth_settings_v2) so that a default login map can be automatically set for auth_settings_v2 addressing Issue #130