This data source provides the list of Bds Instance Patches in Oracle Cloud Infrastructure Big Data Service service.
List all the available patches for this cluster.
data "oci_bds_bds_instance_patches" "test_bds_instance_patches" {
#Required
bds_instance_id = oci_bds_bds_instance.test_bds_instance.id
}
The following arguments are supported:
bds_instance_id
- (Required) The OCID of the cluster.The following attributes are exported:
patches
- The list of patches.The following attributes are exported:
time_released
- The time when the patch was released.version
- The version of the patch.