azure Terraform AzureRM Provider Releases · · 5.7.0

Terraform Azure Provider v5.7.0 Adds Private DNS & Windows VM Resources

terraforminfraazuregaengineer
feature patch

HashiCorp's Terraform Azure Provider `v5.7.0` introduces new resources, including `azurerm_private_dns_resolver_forwarding_rule` and `azurerm_windows_virtual_machine`. This release expands infrastructure-as-code capabilities for managing Azure environments. It affects engineers and architects deploying and managing Azure infrastructure with Terraform, offering greater control over networking, compute, and other services. The update also includes numerous enhancements for existing data sources and fixes for specific issues like a Kubernetes cluster bug.

  • →New List Resource: azurerm_private_dns_resolver_forwarding_rule
  • →New List Resource: azurerm_windows_virtual_machine
  • →go-azure-sdk - update to v0.20260917.1142820
  • →network - update API version to 2025-07-01
  • →Data Source: azurerm_linux_web_app - export the virtual_network_image_pull_enabled property
Features (2) ›
  • New List Resource: azurerm_private_dns_resolver_forwarding_rule
  • New List Resource: azurerm_windows_virtual_machine
Enhancements (11) ›
  • dependencies go-azure-sdk - update to v0.20260917.1142820
  • dependencies network - update API version to 2025-07-01
  • Data Source: azurerm_linux_web_app - export the virtual_network_image_pull_enabled property
  • Data Source: azurerm_network_interface - export the auxiliary_mode, auxiliary_sku, edge_zone, and internal_domain_name_suffix properties
  • Data Source: azurerm_public_ip - export the domain_name_label_scope, edge_zone, public_ip_prefix_id, and sku_tier properties
  • Data Source: azurerm_service_plan - export the premium_plan_auto_scale_enabled property
  • Data Source: azurerm_storage_blob - export the cache_control and source_uri properties
  • Data Source: azurerm_traffic_manager_profile - export the maximum_return property
  • Data Source: azurerm_web_pubsub - export the live_trace and identity properties
  • azurerm_kubernetes_cluster_node_pool - add Windows2025 as a valid value for the os_sku property
  • azurerm_kubernetes_cluster - add Windows2025 as a valid value for the os_sku property
Fixes (2) ›
  • Data Source: azurerm_kubernetes_cluster - fix a panic caused by a nil pointer dereference while flattening agent_pool_profile
  • azurerm_postgresql_flexible_server - fix cluster block read for replica create_mode
Read the original announcement →

https://github.com/hashicorp/terraform-provider-azurerm/releases/tag/v5.7.0

Related releases