Data Source: oci_os_management_hub_software_source_module_stream

This data source provides details about a specific Software Source Module Stream resource in Oracle Cloud Infrastructure Os Management Hub service.

Gets information about the specified module stream in a software source.

Example Usage

data "oci_os_management_hub_software_source_module_stream" "test_software_source_module_stream" {
    #Required
    module_name = var.software_source_module_stream_module_name
    software_source_id = oci_os_management_hub_software_source.test_software_source.id
    stream_name = oci_streaming_stream.test_stream.name
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: