Data Source: oci_datascience_compute_targets

This data source provides the list of Compute Targets in Oracle Cloud Infrastructure Data Science service.

List all compute targets in the specified compartment. Supports queries on various other parameters in the query alongside compartmentId (must be included).

Example Usage

data "oci_datascience_compute_targets" "test_compute_targets" {
	#Required
	compartment_id = var.compartment_id

	#Optional
	display_name = var.compute_target_display_name
	id = var.compute_target_id
	state = var.compute_target_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

ComputeTarget Reference

The following attributes are exported: