Data Source: oci_dataintegration_workspace_folder

This data source provides details about a specific Workspace Folder resource in Oracle Cloud Infrastructure Data Integration service.

Retrieves a folder using the specified identifier.

Example Usage

data "oci_dataintegration_workspace_folder" "test_workspace_folder" {
	#Required
	folder_key = var.workspace_folder_folder_key
	workspace_id = oci_dataintegration_workspace.test_workspace.id
	
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: