Data Source: oci_os_management_hub_software_source_package_groups

This data source provides the list of Software Source Package Groups in Oracle Cloud Infrastructure Os Management Hub service.

Lists package groups that associate with the specified software source OCID. Filter the list against a variety of criteria including but not limited to its name, and package group type.

Example Usage

data "oci_os_management_hub_software_source_package_groups" "test_software_source_package_groups" {
    #Required
    software_source_id = oci_os_management_hub_software_source.test_software_source.id

    #Optional
    compartment_id = var.compartment_id
    group_type = var.software_source_package_group_group_type
    name = var.software_source_package_group_name
    name_contains = var.software_source_package_group_name_contains
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

SoftwareSourcePackageGroup Reference

The following attributes are exported: