yandex_cloud_desktops_desktop (Data Source)
Статья создана
Обновлена 25 ноября 2025 г.
Manages a Cloud Desktops Desktop. For more information see the official documentation
Example usage
data "yandex_cloud_desktops_desktop" "data_desktop_by_name" {
name = "desktop-group-name"
folder_id = "<your folder id (optional)>"
}
data "yandex_cloud_desktops_desktop" "data_desktop_by_name" {
desktop_id = "<your desktop id>"
}
Schema
Optional
desktop_id(String) The id of the Desktopfolder_id(String) The folder containing the Desktopname(String) The name of the Desktop
Read-Only
desktop_group_id(String) The id of the Desktop Group to which the Desktop belongslabels(Map of String) A set of key/value label pairs which assigned to resource.members(Attributes List) The list of members which can use the Desktop (see below for nested schema)
Nested Schema for members
Read-Only:
subject_id(String) Identity of the access binding. See the official documentationsubject_type(String) Type of the access binding. See the official documentation