Skip to content

v0.8.0

Choose a tag to compare

@donovm4 donovm4 released this 24 Jul 19:28
· 74 commits to main since this release
87d6c6b

Breaking Change(s)

  • new mapping for azurerm_app_service_custom_hostname_binding

will likely affect any configurations with existing custom domains managed by terraform

Feature(s)

  • functionality for custom domains for deployment slots using azurerm_app_service_slot_custom_hostname_binding resource via Issue #101.

uses slot_as_target in custom_domains as toggle to differentiate between azurerm_app_service_custom_hostname_binding and azurerm_app_service_slot_custom_hostname_binding

  • azurerm_app_service_certificate to accept key_vault_id argument via Issue #102

Update(s)

  • additional outputs added for:
    • function_app_active_slot
    • function_app_deployment_slots
    • kind
    • os_type