Data Source: oci_dataintegration_workspace_application_patch

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

Retrieves a patch in an application using the specified identifier.

Example Usage

data "oci_dataintegration_workspace_application_patch" "test_workspace_application_patch" {
	#Required
	application_key = var.workspace_application_patch_application_key
	patch_key = var.workspace_application_patch_patch_key
	workspace_id = oci_dataintegration_workspace.test_workspace.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: