» opentelekomcloud_cce_node_v3

To get the specified node in a cluster.

» Example Usage

    variable "cluster_id" { }
    variable "node_id" { }

    data "opentelekomcloud_cce_node_v3" "node" {
     cluster_id = "${var.cluster_id}"
     node_id= "${var.node_id}"
    }

» Argument Reference

The following arguments are supported:

  • Cluster_id - (Required) The id of container cluster.

  • name - (Optional) - Name of the node.

  • node_id - (Optional) - The id of the node.

  • status - (Optional) - The state of the node.

» Attributes Reference

All above argument parameters can be exported as attribute parameters along with attribute reference:

NOTE: This parameter is mandatory when share_type is set to PER and is optional when share_type is set to WHOLE with an ID specified.

Enumerated values: PER (indicates exclusive bandwidth) and WHOLE (indicates sharing)

root_volumes

data_volumes