Terraform AzureRM Provider v5.2.0 Adds User-Assigned Identity List Resource, Enhancements
HashiCorp has released version 5.2.0 of the Terraform AzureRM Provider, introducing a new list resource for Azure User-Assigned Identities. This update includes several enhancements, such as enabling Entra ID-only authentication for MongoDB clusters by making `administrator_password` optional, and allowing in-place updates for `azurerm_role_assignment` properties. Additionally, the release delivers various bug fixes, addressing issues like persistent diffs in Databricks workspace configurations and lock handling for Cognitive Services accounts. These changes primarily benefit engineers managing Azure infrastructure as code with Terraform.
- →New List Resource: azurerm_user_assigned_identity
- →go - update to 1.26.6
- →go-azure-sdk - update to v0.20260811.1225050
- →azurerm_cdn_frontdoor_batch_rule_set - allow / as an input to rule.conditions.request_path.values
- →azurerm_databricks_workspace - remove a redundant key vault existence check
Features (1) ›
- New List Resource: azurerm_user_assigned_identity
Enhancements (11) ›
- dependencies go - update to 1.26.6
- dependencies go-azure-sdk - update to v0.20260811.1225050
- azurerm_cdn_frontdoor_batch_rule_set - allow / as an input to rule.conditions.request_path.values
- azurerm_databricks_workspace - remove a redundant key vault existence check
- azurerm_databricks_workspace_root_dbfs_customer_managed_key - remove a redundant key vault existence check
- azurerm_logic_app_standard - add support for v10.0 to site_config.dotnet_framework_version
- azurerm_mongo_cluster - administrator_password is no longer required when create_mode is Default to support Entra ID-only authentication
- azurerm_redhat_openshift_cluster - add support for the network_profile.load_balancer_profile block
- azurerm_redhat_openshift_cluster - add support for the platform_workload_identity_profile block
- azurerm_role_assignment - the condition, condition_version, and description properties can now be updated in-place
- azurerm_snapshot - create_option now supports CopyStart
Fixes (3) ›
azurerm_cognitive_account_project - added create/update/delete lock on parent AccountID to make sure operations on parent account are processed in serial (required by Cognitive service)
azurerm_databricks_workspace - fix a persistent diff on removal of managed_disk_cmk_key_vault_key_id or managed_services_cmk_key_vault_key_id
- azurerm_oracle_exadata_infrastructure - fix an issue that prevented users from deploying with no zones set
https://github.com/hashicorp/terraform-provider-azurerm/releases/tag/v5.2.0
Related releases
- Azure Firewall: HTTP Header Insertion Reaches General Availability Azure Updates ·
- Azure Blob Storage SFTP adds Microsoft Entra ID-based access Azure Updates ·
- Microsoft Entra server principals now generally available for Azure SQL Database Azure Updates ·
- Azure Managed Redis adds Entra ID RBAC for data management in preview Azure Updates ·
- Azure Updates discovery enabled by AI Azure Updates ·
- SharePoint indexer supports ASPX pages and Lists in Azure preview Azure Updates ·