Data Source: oci_fleet_apps_management_recommended_patches

This data source provides the list of Recommended Patches in Oracle Cloud Infrastructure Fleet Apps Management service.

Gets a list of recommended patches for the specified target.

Example Usage

data "oci_fleet_apps_management_recommended_patches" "test_recommended_patches" {
	#Required
	compartment_id = var.compartment_id

	#Optional
	target_id = var.fleet_target_id
	target_name = var.fleet_target_name
	patch_id = oci_fleet_apps_management_patch.test_patch.id
	patch_level = var.recommended_patch_patch_level
	patch_type = var.recommended_patch_patch_type
	severity = var.recommended_patch_severity
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

RecommendedPatch Reference

The following attributes are exported: