Data Source: oci_dblm_vulnerability_resources

This data source provides the list of Vulnerability Resources in Oracle Cloud Infrastructure Dblm service.

!> WARNING: End of Life: Database Lifecycle Management is deprecated and will reach end of life in January 2027. DBLM Terraform resources and data sources will no longer be supported after that date.

Lists the summary of vulnerable and clean resourcees

Example Usage

data "oci_dblm_vulnerability_resources" "test_vulnerability_resources" {
	#Required
	compartment_id = var.compartment_id

	#Optional
	cve_id = oci_dblm_cve.test_cve.id
	database_release = var.vulnerability_resource_database_release
	display_name = var.vulnerability_resource_display_name
	patch_recommendation = var.vulnerability_resource_patch_recommendation
	severity_type = var.vulnerability_resource_severity_type
	state = var.vulnerability_resource_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

VulnerabilityResource Reference

The following attributes are exported: