» Data Source: oci_containerengine_cluster_option

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

Get options available for clusters.

» Example Usage

data "oci_containerengine_cluster_option" "test_cluster_option" {
    #Required
    cluster_option_id = "${oci_containerengine_cluster_option.test_cluster_option.id}"
}

» Argument Reference

The following arguments are supported:

  • cluster_option_id - (Required) The id of the option set to retrieve. Only "all" is supported.

» Attributes Reference

The following attributes are exported: