azure Terraform AzureRM Provider Releases · · 5.5.0

Terraform AzureRM Provider v5.5.0 Adds New List Resources, Enhancements, and Bug Fixes

terraforminfraazuregaengineer
feature patch

HashiCorp's Terraform AzureRM Provider v5.5.0 is now available, introducing several new list resources for managing Azure services like Analysis Services, Application Insights Workbooks, and Event Hub Consumer Groups. This update improves infrastructure as code capabilities by expanding support for various Azure components. It also includes enhancements such as locking private service connections and support for the `public_network_access` property on storage accounts. Users of the AzureRM provider should upgrade to leverage these new features and benefit from important bug fixes, including a critical fix for `go-azure-sdk` Delete operations.

  • New List Resource: azurerm_analysis_services_server
  • New List Resource: azurerm_application_insights_workbook
  • New List Resource: azurerm_attestation_provider
  • New List Resource: azurerm_cdn_frontdoor_origin
  • New List Resource: azurerm_eventhub_consumer_group
Features (7)
  • New List Resource: azurerm_analysis_services_server
  • New List Resource: azurerm_application_insights_workbook
  • New List Resource: azurerm_attestation_provider
  • New List Resource: azurerm_cdn_frontdoor_origin
  • New List Resource: azurerm_eventhub_consumer_group
  • New List Resource: azurerm_linux_virtual_machine
  • New List Resource: azurerm_virtual_hub_connection
Enhancements (3)
  • dependencies go-azure-sdk - update to v0.20260901.1173158
  • azurerm_private_endpoint - lock on private service connection resource ids
  • azurerm_storage_account - add support for the public_network_access property
Fixes (2)
  • azurerm_resource_group - the managed_by property now forces recreation when changed as the API does not support changing this value
  • go-azure-sdk - Delete operations now poll on asynchronous operation URLs if returned by the API instead of only checking for a 404 on the resource URL, ensuring deletion errors are reported to the user

Read the original announcement →

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

Related releases