From 8bc0e5637346eeea808f5b63b97eed69835005b5 Mon Sep 17 00:00:00 2001 From: catriona-m <86247157+catriona-m@users.noreply.github.com> Date: Fri, 16 Jun 2023 09:24:57 +0100 Subject: [PATCH] Update CHANGELOG.md for #22154 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8deeadb2966d..29cfa41cfabc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ BUG FIXES: * `azurerm_bastion_host` - fix validation to set ForceNew when the `sku` is downgraded [GH-22147] * `azurerm_kubernetes_cluster` - fix validation preventing cluster's with `network_plugin_mode` set to `Overlay` due to a case change in the upstream API [GH-22153] * `azurerm_resource_deployment_script_*` - fix issue where `identity` wasn't specified but was being sent as `TypeNone` to the api [GH-22165] +* `azurerm_bastion_host` - `ip_configuration` is Required [GH-22154] ## 3.61.0 (June 12, 2023)