Data Source: oci_containerengine_node_pool_option

This data source provides details about a specific Node Pool Option resource in Oracle Cloud Infrastructure Container Engine service.

Get options available for node pools.

Example Usage

data "oci_containerengine_node_pool_option" "test_node_pool_option" {
	#Required
	node_pool_option_id = oci_containerengine_node_pool_option.test_node_pool_option.id

	#Optional
	compartment_id = var.compartment_id
	node_pool_k8s_version = var.node_pool_option_node_pool_k8s_version
	node_pool_os_arch = var.node_pool_option_node_pool_os_arch
	node_pool_os_type = var.node_pool_option_node_pool_os_type
	should_list_all_patch_versions = var.node_pool_option_should_list_all_patch_versions
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: