From e9f73d61186d1a1050bd9b173b766be0d5e1c260 Mon Sep 17 00:00:00 2001 From: catriona-m <86247157+catriona-m@users.noreply.github.com> Date: Thu, 5 Sep 2024 11:12:30 +0100 Subject: [PATCH] Update CHANGELOG.md #27218 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e45ca8893216..83a35051cfb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ BUG FIXES: * `azurerm_cosmosdb_account` - added state migration for `ip_range_filter` underlying type change from `string` to `set` [GH-27276] * `azurerm_linux_virtual_machine` - the `admin_ssh_key.public_key` property now supports ed25519 ssh keys [GH-27202] * `azurerm_sentinel_automation_rule` - no longer panics when using `condition_json` [GH-27269] +* `azurerm_kubernetes_cluster` - the `host_encryption_enabled` and `node_public_ip_enabled` properties are now set correctly [GH-27218] ENHANCEMENTS: