azure Terraform AzureRM Provider Releases · · 5.0.1

Azurerm Terraform Provider v5.0.1 Fixes State Migration Issues

terraforminfraazureengineer
patch

Terraform Provider Azurerm version 5.0.1 addresses critical bugs and improves the upgrade path from version 4.x to 5.x. It includes fixes for state migrations in `azurerm_storage_queue` and `azurerm_storage_table_entity`, along with a regression fix for `private_link_target_id` in `azurerm_cdn_frontdoor_origin`. This patch is relevant for users upgrading their Azure infrastructure configurations managed by Terraform.

  • azurerm_cdn_frontdoor_origin - fix a regression that prevented valid values as input to private_link.private_link_target_id
  • azurerm_storage_queue - add a state migration for the id field, fixing the upgrade path from 4.x to 5.x
  • azurerm_storage_table_entity - add a state migration for the storage_table_id field, fixing the upgrade path from 4.x to 5.x
Fixes (3)
  • azurerm_cdn_frontdoor_origin - fix a regression that prevented valid values as input to private_link.private_link_target_id
  • azurerm_storage_queue - add a state migration for the id field, fixing the upgrade path from 4.x to 5.x
  • azurerm_storage_table_entity - add a state migration for the storage_table_id field, fixing the upgrade path from 4.x to 5.x
Read the original announcement →

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

Related releases