Data Source: oci_os_management_hub_managed_instance_groups

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

Lists managed instance groups that match the specified compartment or managed instance group OCID. Filter the list against a variety of criteria including but not limited to its name, status, architecture, and OS family.

Example Usage

data "oci_os_management_hub_managed_instance_groups" "test_managed_instance_groups" {

    #Optional
    arch_type = var.managed_instance_group_arch_type
    compartment_id = var.compartment_id
    display_name = var.managed_instance_group_display_name
    display_name_contains = var.managed_instance_group_display_name_contains
    managed_instance_group_id = oci_os_management_hub_managed_instance_group.test_managed_instance_group.id
    os_family = var.managed_instance_group_os_family
    software_source_id = oci_os_management_hub_software_source.test_software_source.id
    state = var.managed_instance_group_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

ManagedInstanceGroup Reference

The following attributes are exported: