Data Source: oci_containerengine_cluster_workload_mapping

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

Get the specified workloadMapping for a cluster.

Example Usage

data "oci_containerengine_cluster_workload_mapping" "test_cluster_workload_mapping" {
	#Required
	cluster_id = oci_containerengine_cluster.test_cluster.id
	workload_mapping_id = oci_containerengine_workload_mapping.test_workload_mapping.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: