diff --git a/CHANGELOG.md b/CHANGELOG.md index 29cfa41cfabc..c88dca265067 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ BUG FIXES: * `azurerm_application_insights_workbook` - `display_name` can now be correctly updated [GH-22148] * `azurerm_bastion_host` - fix validation to set ForceNew when the `sku` is downgraded [GH-22147] +* `azurerm_container_app` - fix bug in Container Volume preventing use of `EmptyDir` [GH-22196] * `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]