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)