From 13bc0913b197684445f73247272bac811ab4dfdb Mon Sep 17 00:00:00 2001 From: stephybun Date: Tue, 29 Oct 2024 09:38:52 +0100 Subject: [PATCH] Update for #27797 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36342d6c4147..a6622e857c9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,9 @@ ENHANCEMENTS: BUG FIXES: +* `azurerm_automation_hybrid_runbook_worker_group` - correctly mark resource as gone if it's absent when reading it [GH-27797] +* `azurerm_automation_hybrid_runbook_worker` - correctly mark resource as gone if it's absent when reading it [GH-27797] +* `azurerm_automation_python3_package` - correctly mark resource as gone if it's absent when reading it [GH-27797] * `azurerm_windows_function_app_slot` - fixed panic in state migration [GH-27700] ## 4.7.0 (October 24, 2024)