Data Source: oci_containerengine_work_requests

This data source provides the list of Work Requests in Oracle Cloud Infrastructure Container Engine service.

List all work requests in a compartment.

Example Usage

data "oci_containerengine_work_requests" "test_work_requests" {
	#Required
	compartment_id = var.compartment_id

	#Optional
	cluster_id = oci_containerengine_cluster.test_cluster.id
	resource_id = oci_containerengine_resource.test_resource.id
	resource_type = var.work_request_resource_type
	status = var.work_request_status
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

WorkRequest Reference

The following attributes are exported: