Data Source: oci_containerengine_node_pools

This data source provides the list of Node Pools in Oracle Cloud Infrastructure Container Engine service.

List all the node pools in a compartment, and optionally filter by cluster.

Example Usage

data "oci_containerengine_node_pools" "test_node_pools" {
    #Required
    compartment_id = var.compartment_id

    #Optional
    cluster_id = oci_containerengine_cluster.test_cluster.id
    name = var.node_pool_name
    state = var.node_pool_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

NodePool Reference

The following attributes are exported: