Data Source: oci_os_management_hub_software_source_module_stream_profiles

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

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

Example Usage

data "oci_os_management_hub_software_source_module_stream_profiles" "test_software_source_module_stream_profiles" {
	#Required
	software_source_id = oci_os_management_hub_software_source.test_software_source.id

	#Optional
	module_name = var.software_source_module_stream_profile_module_name
	name = var.software_source_module_stream_profile_name
	stream_name = oci_streaming_stream.test_stream.name
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

SoftwareSourceModuleStreamProfile Reference

The following attributes are exported: