This data source provides the list of Managed Instance Group Available Modules in Oracle Cloud Infrastructure Os Management Hub service.
Lists available modules that for the specified managed instance group. Filter the list against a variety of criteria including but not limited to its name.
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
}
The following arguments are supported:
compartment_id
- (Optional) The OCID of the compartment that contains the resources to list.managed_instance_group_id
- (Required) The managed instance group OCID.name
- (Optional) The resource name. name_contains
- (Optional) A filter to return resources that may partially match the name given.The following attributes are exported:
managed_instance_group_available_module_collection
- The list of managed_instance_group_available_module_collection.The following attributes are exported:
items
- List of module stream profile.
name
- The name of the module that is available to be enabled on the managed instance group.software_source_id
- The OCID of the software source that provides this module.