Breaking Change(s)
terraformrequired version set to~>1.6- variable
client_certificate_modenow defaults toRequiredto matchazurermresource provider (previouslyOptional)
Features
- Deployment Slots via #64
- outputs for
web_app_deployment_slotsandweb_app_active_slot - outputs for
identity_principal_idvia #84
Update(s)
- added validation for
auto_heal_enabled- only set
auto_heal_enabledtotrueif configuringauto_heal_settingblock
- only set
validation {
condition = var.site_config.auto_heal_enabled != null && var.site_config.auto_heal_enabled != true ? contains([true, null], var.site_config.auto_heal_enabled) : true
error_message = "The value of `auto_heal_enabled` can only be set to `true` or `null`."
}
Only set
auto_heal_settingifauto_heal_enabledis set totrueor configuration will result in provider issue
- added
examples/auto_heal_enabledvia #77 - added
examples/slot - module call for
avm_res_storage_storageaccountusesenable_telemetryas toggle - configured conditional output for managed and unmanaged private dns zone groups regarding
azurerm_private_endpoints(output)
var.private_endpoints_manage_dns_zone_group ? azurerm_private_endpoint.this : azurerm_private_endpoint.this_unmanaged_dns_zone_groups