Data Source: oci_os_management_hub_dynamic_sets

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

Lists dynamic sets that match the specified compartment or dynamic set OCID. Filter the list against a variety of criteria including but not limited to its name, status, architecture, and OS version.

Example Usage

data "oci_os_management_hub_dynamic_sets" "test_dynamic_sets" {

	#Optional
	compartment_id = var.compartment_id
	display_name = var.dynamic_set_display_name
	display_name_contains = var.dynamic_set_display_name_contains
	dynamic_set_id = oci_os_management_hub_dynamic_set.test_dynamic_set.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

DynamicSet Reference

The following attributes are exported: