Data Source: oci_containerengine_virtual_node_pools

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

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

Example Usage

data "oci_containerengine_virtual_node_pools" "test_virtual_node_pools" {
	#Required
	compartment_id = var.compartment_id

	#Optional
	cluster_id = oci_containerengine_cluster.test_cluster.id
	name = var.virtual_node_pool_name
	state = var.virtual_node_pool_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

VirtualNodePool Reference

The following attributes are exported: