Data Source: oci_database_vm_cluster_patch
This data source provides details about a specific Vm Cluster Patch resource in Oracle Cloud Infrastructure Database service.
Gets information about a specified patch package.
Example Usage
data "oci_database_vm_cluster_patch" "test_vm_cluster_patch" {
	#Required
	patch_id = oci_database_patch.test_patch.id
	vm_cluster_id = oci_database_vm_cluster.test_vm_cluster.id
}
Argument Reference
The following arguments are supported:
Attributes Reference
The following attributes are exported:
- available_actions- Actions that can possibly be performed using this patch.
- description- The text describing this patch package.
- id- The OCID of the patch.
- last_action- Action that is currently being performed or was completed last.
- lifecycle_details- A descriptive text associated with the lifecycleState. Typically can contain additional displayable text.
- state- The current state of the patch as a result of lastAction.
- time_released- The date and time that the patch was released.
- version- The version of this patch package.