From f3da357be10e7c3b75a97ccc81d8ae30d9bbfd02 Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Mon, 6 Apr 2020 16:04:02 +0200 Subject: [PATCH] clarifying #6095 --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6db177ddc3f..6019ec9c3a7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,9 +19,10 @@ IMPROVEMENTS: BUG FIXES: -* `azurerm_kubernetes_cluster` - requiring that `min_count` and `max_count` are set to `null` rather than `0` when auto-scaling is disabled [GH-6095] -* `azurerm_kubernetes_cluster` - ensuring that a value for `node_count` is always passed to the API to match a requirement in the API [GH-6095] +* `azurerm_kubernetes_cluster` - requiring that `min_count` and `max_count` within the `default_node_pool` block are set to `null` rather than `0` when auto-scaling is disabled [GH-6095] +* `azurerm_kubernetes_cluster` - ensuring that a value for `node_count` within the `default_node_pool` block is always passed to the API to match a requirement in the API [GH-6095] * `azurerm_kubernetes_cluster` - ensuring that `tags` are set into the state for the `default_node_pool` [GH-6095] +* `azurerm_kubernetes_cluster_node_pool` - requiring that `min_count` and `max_count` are set to `null` rather than `0` when auto-scaling is disabled [GH-6095] ## 2.4.0 (April 02, 2020)