Data Source: oci_os_management_hub_managed_instance_group_available_modules

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

List modules that are available for installation on the specified managed instance group. Filter the list against a variety of criteria including but not limited to module name.

Example Usage

data "oci_os_management_hub_managed_instance_group_available_modules" "test_managed_instance_group_available_modules" {
	#Required
	managed_instance_group_id = oci_os_management_hub_managed_instance_group.test_managed_instance_group.id

	#Optional
	compartment_id = var.compartment_id
	name = var.managed_instance_group_available_module_name
	name_contains = var.managed_instance_group_available_module_name_contains
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

ManagedInstanceGroupAvailableModule Reference

The following attributes are exported: