From 51ba3ce1ae31b7a188c959f16a852608f977e0c7 Mon Sep 17 00:00:00 2001 From: stephybun Date: Mon, 24 Jun 2024 11:28:23 +0100 Subject: [PATCH] Update for #26441 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5505ac9c1b6c..7850357f2839 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ ENHANCEMENTS: BUG FIXES: -* Data Source: `azurerm_express_route_circuit_peering` - fix issue where data source attempts to parse an empty string instead of generating the resource ID [GH-26418] +* Data Source: `azurerm_express_route_circuit_peering` - fix issue where data source attempts to parse an empty string instead of generating the resource ID [GH-26441] * `azurerm_security_center_automation` - prevent resource recreation when `tags` are updated [GH-26292] * `azurerm_synapse_workspace` - fix issue where `azure_devops_repo` or `github_repo` configuration could not be removed [GH-26421] * `azurerm_virtual_network_dns_servers` - split create and update function to fix lifecycle - ignore [GH-26427]