Data Source: oci_os_management_hub_software_sources

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

Lists software sources that match the specified tenancy or software source OCID. Filter the list against a variety of criteria including but not limited to its name, status, architecture, and OS family.

Example Usage

data "oci_os_management_hub_software_sources" "test_software_sources" {

    #Optional
    arch_type = var.software_source_arch_type
    availability = var.software_source_availability
    compartment_id = var.compartment_id
    display_name = var.software_source_display_name
    display_name_contains = var.software_source_display_name_contains
    display_name_not_equal_to = var.software_source_display_name_not_equal_to
    os_family = var.software_source_os_family
    software_source_id = oci_os_management_hub_software_source.test_software_source.id
    software_source_type = var.software_source_software_source_type
    state = var.software_source_state
    vendor_name = var.software_source_vendor_name
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

SoftwareSource Reference

The following attributes are exported: