Data Source: oci_os_management_hub_profiles

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

Lists registration profiles that match the specified compartment or profile OCID. Filter the list against a variety of criteria including but not limited to its name, status, vendor name, and architecture type.

Example Usage

data "oci_os_management_hub_profiles" "test_profiles" {

    #Optional
    arch_type = var.profile_arch_type
    compartment_id = var.compartment_id
    display_name = var.profile_display_name
    display_name_contains = var.profile_display_name_contains
    os_family = var.profile_os_family
    profile_id = oci_os_management_hub_profile.test_profile.id
    profile_type = var.profile_profile_type
    state = var.profile_state
    vendor_name = var.profile_vendor_name
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Profile Reference

The following attributes are exported: