yandex_cloud_desktops_desktop_group (Data Source)
Written by
Updated at November 25, 2025
- Example usage
- Schema
- Optional
- Read-Only
- Nested Schema for desktop_template
- Nested Schema for desktop_template.boot_disk
- Nested Schema for desktop_template.boot_disk.initialize_params
- Nested Schema for desktop_template.data_disk
- Nested Schema for desktop_template.data_disk.initialize_params
- Nested Schema for desktop_template.network_interface
- Nested Schema for desktop_template.resources
- Nested Schema for group_config
- Nested Schema for group_config.members
Manages a Cloud Desktops Desktop Group. For more information see the official documentation
Example usage
data "yandex_cloud_desktops_desktop_group" "data_desktop_group_by_name_and_folder" {
name = "desktop-group-name"
folder_id = "<your folder id (optional)>"
}
data "yandex_cloud_desktops_desktop_group" "data_desktop_group_by_id" {
desktop_group_id = "<your desktop group id>"
}
Schema
Optional
desktop_group_id(String) The id of the desktop group.desktop_template(Attributes) The configuration template for the desktop group. (see below for nested schema)folder_id(String) The folder the dekstop group is in.group_config(Attributes) The group configuration. (see below for nested schema)name(String) The name of the desktop group.
Read-Only
description(String) The description of the desktop group.id(String) The resource identifier.labels(Map of String) A set of key/value label pairs which assigned to resource.
Nested Schema for desktop_template
Optional:
boot_disk(Attributes) The boot disk configuration for each desktop in the group. (see below for nested schema)data_disk(Attributes) The data disk configuration for each desktop in the group. (see below for nested schema)network_interface(Attributes) The base network interface configuration for each desktop in the group. (see below for nested schema)resources(Attributes) The base resource configuration for each desktop in the group. (see below for nested schema)
Nested Schema for desktop_template.boot_disk
Optional:
initialize_params(Attributes) General data disk configuration (see below for nested schema)
Nested Schema for desktop_template.boot_disk.initialize_params
Read-Only:
size(Number) The size of disk in gigabytes.type(String) The type of disk. Allowed values: TYPE_UNSPECIFIED, HDD or SDD
Nested Schema for desktop_template.data_disk
Optional:
initialize_params(Attributes) General data disk configuration (see below for nested schema)
Nested Schema for desktop_template.data_disk.initialize_params
Read-Only:
size(Number) The size of disk in gigabytes.type(String) The type of disk. Allowed values: TYPE_UNSPECIFIED, HDD or SDD
Nested Schema for desktop_template.network_interface
Read-Only:
network_id(String) The id of the network desktops from the group would use.subnet_ids(List of String) The ids of the subnet networks desktops from the group would use.
Nested Schema for desktop_template.resources
Read-Only:
core_fraction(Number) The baseline level of CPU performance each desktop in this group would have.cores(Number) The number of cores each desktop in this group would have.memory(Number) The number of gigabytes of RAM each desktop in this group would have.
Nested Schema for group_config
Read-Only:
desktop_type(String) The type of the desktop group. Allowed: DESKTOP_TYPE_UNSPECIFIED, PERSISTENT, NON_PERSISTENTmax_desktops_amount(Number) Maximum number of desktops.members(Attributes List) List of members in this desktop group. (see below for nested schema)min_ready_desktops(Number) Minimum number of ready desktops.
Nested Schema for group_config.members
Read-Only:
id(String) The id of the member. More info in the official documentation.type(String) The type of the member. More info in the official documentation.