Terraform Azure Provider v4.78.0 Adds New Resources and Enhancements
Terraform Azure Provider v4.78.0 introduces two new resources: `azurerm_signalr_service_custom_domain` and `azurerm_storage_sync_server_endpoint`. This release also includes enhancements to several data sources and resources, such as updated SDK dependencies, added support for `KataVmIsolation` on Kubernetes clusters, and the `storage_iops` property for managed SQL instances. Bug fixes address issues with Cosmos DB, ExpressRoute connections, and Static Web Apps. The update is available now for users managing Azure infrastructure with Terraform.
- →New List Resource: azurerm_signalr_service_custom_domain
- →New List Resource: azurerm_storage_sync_server_endpoint
- →go-azure-sdk - update to v0.20260616.1142719
- →Data Source: azurerm_storage_container - export the url property
- →azurerm_kubernetes_cluster - add support KataVmIsolation for workload_runtime
Features (2) ›
- azurerm_signalr_service_custom_domain New List Resource: azurerm_signalr_service_custom_domain
- azurerm_storage_sync_server_endpoint New List Resource: azurerm_storage_sync_server_endpoint
Enhancements (8) ›
- dependencies go-azure-sdk - update to v0.20260616.1142719
Data Source: azurerm_network_manager_connectivity_configuration - export the connected_group_address_overlap, connected_group_private_endpoints_scale, and peering_enforcement properties
- Data Source: azurerm_storage_container - export the url property
- azurerm_kubernetes_cluster - add support KataVmIsolation for workload_runtime
- azurerm_kubernetes_cluster_node_pool - add support KataVmIsolation for workload_runtime
- azurerm_mssql_managed_instance - add support for the storage_iops property
azurerm_network_manager_connectivity_configuration - add support for the connected_group_address_overlap, connected_group_private_endpoints_scale, and peering_enforcement properties
- azurerm_storage_container - export the url property
Fixes (3) ›
- azurerm_cosmosdb_account - fix an issue that prevented diffs on geo_location.zone_redundant from showing
- azurerm_express_route_connection - fix an issue that caused unintentional changes to internet_security_enabled on updates
- azurerm_static_web_app - fix an issue that caused updates to fail once a private endpoint was attached
https://github.com/hashicorp/terraform-provider-azurerm/releases/tag/v4.78.0