Data Source: oci_fleet_apps_management_patches

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

Returns a list of Patches.

Example Usage

data "oci_fleet_apps_management_patches" "test_patches" {

	#Optional
	compartment_id = var.compartment_id
	id = var.patch_id
	name = var.patch_name
	patch_type_id = oci_fleet_apps_management_patch_type.test_patch_type.id
	product_id = oci_fleet_apps_management_product.test_product.id
	should_compliance_policy_rules_be_applied = var.patch_should_compliance_policy_rules_be_applied
	state = var.patch_state
	time_released_greater_than_or_equal_to = var.patch_time_released_greater_than_or_equal_to
	time_released_less_than = var.patch_time_released_less_than
	type = var.patch_type
	version = var.patch_version
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Patch Reference

The following attributes are exported: