Data Source: oci_os_management_hub_managed_instance_group_available_software_sources

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

Lists available software sources for a specified managed instance group. Filter the list against a variety of criteria including but not limited to the software source name. The results list only software sources that have not already been added to the group.

Example Usage

data "oci_os_management_hub_managed_instance_group_available_software_sources" "test_managed_instance_group_available_software_sources" {
	#Required
	managed_instance_group_id = oci_os_management_hub_managed_instance_group.test_managed_instance_group.id

	#Optional
	compartment_id = var.compartment_id
	display_name = var.managed_instance_group_available_software_source_display_name
	display_name_contains = var.managed_instance_group_available_software_source_display_name_contains
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

ManagedInstanceGroupAvailableSoftwareSource Reference

The following attributes are exported: