azure Terraform AzureRM Provider Releases · · 4.75.0

Terraform Provider for Azure Resource Manager v4.75.0

terraforminfradeprecation
feature patch

HashiCorp has released version 4.75.0 of the Azure Resource Manager Terraform provider, introducing two new features for the provider itself, namely `persist_id_on_create_before_polling_for_completion` and `skip_import_check_on_create_and_allow_overwriting_existing_resources`. The release also includes several enhancements, such as updated API versions for various Azure services and new properties for resources like Application Gateway and Data Factory Linked Service. Bug fixes are also present, addressing issues with Virtual Network Gateways, API Management Backends, and Cosmos DB SQL Containers, benefiting users managing Azure infrastructure via Terraform.

  • adds support for the features.persist_id_on_create_before_polling_for_completion feature
  • adds support for the features.skip_import_check_on_create_and_allow_overwriting_existing_resources feature
  • azurerm_cdn_frontdoor - update API version to 2025-12-01
  • cognitive - update API version to 2026-03-01
  • recoveryservices/vaults - update to API Version 2025-08-01
Features (2)
  • provider adds support for the features.persist_id_on_create_before_polling_for_completion feature
  • provider adds support for the features.skip_import_check_on_create_and_allow_overwriting_existing_resources feature
Enhancements (13)
  • dependencies azurerm_cdn_frontdoor - update API version to 2025-12-01
  • dependencies cognitive - update API version to 2026-03-01
  • dependencies recoveryservices/vaults - update to API Version 2025-08-01
  • Data Source: azurerm_orchestrated_virtual_machine_scale_set - export the sku_profile block
  • azurerm_application_gateway - add support for certificate_chain_validation_enabled, sni_validation_enabled, and sni_name properties to backend_http_settings

  • azurerm_data_factory_linked_service_mysql - add support for the driver_version property
  • azurerm_data_protection_backup_instance_data_lake_storage - add FriendlyName on Create to align with other backup instance resources
  • azurerm_mongo_cluster - the storage_size_in_gb property now allows values of up to 32768
  • azurerm_mssql_managed_instance_transparent_data_encryption - support versionless key_vault_key_id
  • azurerm_orchestrated_virtual_machine_scale_set - add support for the virtual_machine_size block
  • azurerm_redhat_openshift_cluster - update API version to 2025-07-25
  • azurerm_windows_function_app - add support for 7.6 to the site_config.application_stack.powershell_core_version property
  • azurerm_windows_function_app_slot - add support for 7.6 to the site_config.application_stack.powershell_core_version property
Fixes (4)
  • Data Source: azurerm_virtual_network_gateway - fixed issue returning correct value for deprecated enable_bgp property
  • azurerm_api_management_backend - the proxy.username property is now optional
  • azurerm_cosmosdb_sql_container - fix Read function to ensure the resource is able to track drift
  • azurerm_site_recovery_vmware_replicated_vm - fixes a bug where test_subnet_name not set correctly
Read the original announcement →

https://github.com/hashicorp/terraform-provider-azurerm/releases/tag/v4.75.0

Related releases