ionoscloud_k8s_node_pool
Get information on a IonosCloud K8s Node Pool
Example Usage
By ID
data "ionoscloud_k8s_node_pool" "example" {
id = "k8s_nodepool_id"
k8s_cluster_id = "k8s_cluster_id"
}By Name
data "ionoscloud_k8s_node_pool" "example" {
name = "k8s NodePool Example"
k8s_cluster_id = "k8s_cluster_id"
}Argument Reference
Attributes Reference
Last updated
Was this helpful?