Data Source: oci_batch_batch_task_environments

This data source provides the list of Batch Task Environments in Oracle Cloud Infrastructure Batch service.

Lists the task environments by compartment or environment OCID. You can filter and sort them by various properties like lifecycle state, display name and also ocid. All properties require an exact match. List operation only provides a summary information, use GetBatchTaskEnvironment to get the full details on a specific context

Example Usage

data "oci_batch_batch_task_environments" "test_batch_task_environments" {

	#Optional
	compartment_id = var.compartment_id
	display_name = var.batch_task_environment_display_name
	id = var.batch_task_environment_id
	state = var.batch_task_environment_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

BatchTaskEnvironment Reference

The following attributes are exported: