From 20639457b8bc324aa658ecf6f7d910ec32ec54fc Mon Sep 17 00:00:00 2001 From: kt Date: Wed, 31 Jan 2024 11:05:16 -0800 Subject: [PATCH] Update CHANGELOG.md #24702 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f9ec2ed5001..a3e455e31b05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,7 @@ ENHANCEMENTS: BUG FIXES: * provider: skip registration for resource providers that are unavailable [GH-24571] +* `azurerm_app_configuration` - no longer require `lifecycle_ignore_changes` for the `value` property when using a key vault reference [GH-24702] * `azurerm_app_service_managed_certificate` - fix casing issue in `app_service_plan_id` by parsing insensitively [GH-24664] * `azurerm_dns_cname_record` - fix casing issue in `target_resource_id` by parsing the ID insensitively * `azurerm_mssql_managed_instance_failover_group` - fixed issue when trying to create a failover group with a managed instance from a different subscription [GH-24646]