From f3f47958619eb60a54f7d88357382e70af2f7228 Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Mon, 24 Aug 2020 15:57:20 +0200 Subject: [PATCH] updating to include #8221 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9967a7ea3905..24bb99faf4c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ BUG FIXES: * Data Source: `azurerm_app_service` - ensuring the `site_config` block is correctly set into the state [GH-8212] * `azurerm_application_gateway` - allow setting `ip_addresses` within the `backend_address_pool` block to an empty list [GH-8210] +* `azurerm_dedicated_host` - waiting for the resource to be gone 20 times rather than 10 to work around an API issue [GH-8221] ## 2.24.0 (August 20, 2020)