Data Source: azurerm_kubernetes_cluster_node_pool

Use this data source to access information about an existing Kubernetes Cluster Node Pool.

Example Usage

data "azurerm_kubernetes_cluster_node_pool" "example" {
  name                    = "existing"
  kubernetes_cluster_name = "existing-cluster"
  resource_group_name     = "existing-resource-group"
}

output "id" {
  value = data.azurerm_kubernetes_cluster_node_pool.example.id
}

Arguments Reference

The following arguments are supported:

Attributes Reference

In addition to the Arguments listed above - the following Attributes are exported:


A upgrade_settings block exports the following:

Timeouts

The timeouts block allows you to specify timeouts for certain actions: