Data Source: oci_dataintegration_workspace_projects

This data source provides the list of Workspace Projects in Oracle Cloud Infrastructure Data Integration service.

Retrieves a lists of projects in a workspace and provides options to filter the list.

Example Usage

data "oci_dataintegration_workspace_projects" "test_workspace_projects" {
	#Required
	workspace_id = oci_dataintegration_workspace.test_workspace.id

	#Optional
	fields = var.workspace_project_fields
	identifier = var.workspace_project_identifier
	name = var.workspace_project_name
	name_contains = var.workspace_project_name_contains
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

WorkspaceProject Reference

The following attributes are exported: