Data Source: oci_os_management_hub_errata

This data source provides the list of Errata in Oracle Cloud Infrastructure Os Management Hub service.

Lists all of the currently available errata. Filter the list against a variety of criteria including but not limited to its name, classification type, advisory severity, and OS family.

Example Usage

data "oci_os_management_hub_errata" "test_errata" {
	#Required
	compartment_id = var.compartment_id

	#Optional
	advisory_severity = var.erratum_advisory_severity
	advisory_type = var.erratum_advisory_type
	classification_type = var.erratum_classification_type
	name = var.erratum_name
	name_contains = var.erratum_name_contains
	os_family = var.erratum_os_family
	time_issue_date_end = var.erratum_time_issue_date_end
	time_issue_date_start = var.erratum_time_issue_date_start
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Erratum Reference

The following attributes are exported: