Data Source: oci_containerengine_addon

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

Get the specified addon for a cluster.

Example Usage

data "oci_containerengine_addon" "test_addon" {
	#Required
	addon_name = oci_containerengine_addon.test_addon.name
	cluster_id = oci_containerengine_cluster.test_cluster.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: