azurerm_kubernetes_cluster_node_pool needs validation for creating node pools with the same name #8202
Labels
upstream/terraform
This issue is blocked on an upstream issue within Terraform (Terraform Core/CLI, The Plugin SDK etc)
Community Note
Terraform (and AzureRM Provider) Version
Terraform v0.12.29
Azurerm v2.23.0
Affected Resource(s)
azurerm_kubernetes_cluster_node_pool
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
There should be a validation error because you can't create multiple node pools with the same name.
Actual Behavior
A single node pool called "load" was created, though it was based on the "large" node pool that I defined in Terraform.
Interesting to node that the Azure API doesn't seem to have validation for this either.
Steps to Reproduce
The text was updated successfully, but these errors were encountered: