azure Terraform AzureRM Provider Releases · · 4.67.0

Terraform Azure Provider v4.67.0: New Resources and Enhancements

terraforminfraazure
feature patch

HashiCorp released version 4.67.0 of the Terraform Azure Provider, introducing five new resources for Azure Storage Sync, Data Protection, Event Grid, Kubernetes, and Feature Registrations. This update also includes numerous enhancements to existing resources, improving support for various Azure services like Application Gateway, Logic App Standard, and Azure Kubernetes Service. Several bug fixes are also addressed, ensuring more reliable resource management for Azure infrastructure via Terraform. These changes benefit engineers and architects managing Azure resources with Terraform.

  • New List Resource: azurerm_storage_sync
  • New Resource: azurerm_data_protection_backup_policy_data_lake_storage
  • New Resource: azurerm_eventgrid_namespace_topic
  • New Resource: azurerm_kubernetes_cluster_deployment_safeguard
  • New Resource: azurerm_resource_provider_feature_registration
Features (5)
  • New List Resource: azurerm_storage_sync
  • New Resource: azurerm_data_protection_backup_policy_data_lake_storage
  • New Resource: azurerm_eventgrid_namespace_topic
  • New Resource: azurerm_kubernetes_cluster_deployment_safeguard
  • New Resource: azurerm_resource_provider_feature_registration
Enhancements (16)
  • dependencies go-azure-sdk - upgrade to v0.20260326.1151219
  • dependencies storage - update to API version 2025-06-01
  • Data Source: azurerm_application_gateway - export the backend, listener, and routing_rule properties
  • Data Source: azurerm_logic_app_standard - export the site_config.ip_restriction_default_action property
  • Data Source: azurerm_mssql_elasticpool - export the high_availability_replica_count property
  • azurerm_application_gateway - add support for the backend, listener, and routing_rule properties
  • azurerm_kubernetes_cluster - add support for the Ubuntu2404 OS SKU
  • azurerm_kubernetes_cluster - improve validation for network_profile.0.advanced_networking
  • azurerm_kubernetes_cluster_node_pool - add support for the Ubuntu2404 OS SKU
  • azurerm_kusto_attached_database_configuration - add support for the database_name_override, database_name_prefix, sharing.functions_to_exclude, and sharing.functions_to_include properties

  • azurerm_logic_app_standard - add support for the site_config.scm_ip_restriction_default_action property
  • azurerm_logic_app_standard - add support for the site_config.ip_restriction_default_action property
  • azurerm_mssql_elasticpool - add support for the high_availability_replica_count property
  • azurerm_nat_gateway - add support for the StandardV2 SKU
  • azurerm_public_ip - add support for the StandardV2 SKU
  • azurerm_public_ip_prefix - add support for the StandardV2 SKU
Fixes (4)
  • azurerm_backup_policy_vm - fix the Update function to properly set all timestamps when any of backup.time, retention_daily, retention_weekly, retention_montly, or retention_yearly change

  • azurerm_cosmosdb_account - fix an API error caused by backup.interval_in_minutes and backup.retention_in_hours being set to 0 in the API payload when not defined in config

  • azurerm_machine_learning_compute_instance - fix setting node_public_ip_enabled into state
  • azurerm_search_service - mark query_keys.key value as sensitive (#32053)
Read the original announcement →

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

Related releases