Data Source: oci_os_management_hub_software_source_module_streams

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

Lists module streams from the specified software source OCID. Filter the list against a variety of criteria including but not limited to its module name and (stream) name.

Example Usage

data "oci_os_management_hub_software_source_module_streams" "test_software_source_module_streams" {
    #Required
    software_source_id = oci_os_management_hub_software_source.test_software_source.id

    #Optional
    is_latest = var.software_source_module_stream_is_latest
    module_name = var.software_source_module_stream_module_name
    module_name_contains = var.software_source_module_stream_module_name_contains
    name = var.software_source_module_stream_name
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

SoftwareSourceModuleStream Reference

The following attributes are exported: