Skip to content

Commit

Permalink
clarifying #6095
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff authored Apr 6, 2020
1 parent 2ff0db6 commit f3da357
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit f3da357

Please sign in to comment.