Skip to content

Commit

Permalink
Fixed issue #8953. The min_count of nodes can be same as max_count bo…
Browse files Browse the repository at this point in the history
…th for default as well as other node pools
  • Loading branch information
ritesh-modi committed Oct 20, 2020
1 parent a1487ca commit cef64fd
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,10 @@ resource "azurerm_kubernetes_cluster" "test" {
min_count = 1
max_count = 1
}
identity {
type = "SystemAssigned"
}
}
`, data.RandomInteger, data.Locations.Primary, data.RandomInteger, data.RandomInteger)
}
Expand Down

0 comments on commit cef64fd

Please sign in to comment.