yandex_cloud_desktops_desktop (DataSource)
Written by
Updated at February 12, 2026
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>"
}
Arguments & Attributes Reference
desktop_group_id(Required)(String). The id of the Desktop Group to which the Desktop belongsdesktop_id(Read-Only) (String). The id of the Desktopfolder_id(String). The folder containing the Desktoplabels(Map Of String). A set of key/value label pairs which assigned to resource.members[Block]. The list of members which can use the Desktopsubject_id(Required)(String). Identity of the access binding. See the official documentationsubject_type(Required)(String). Type of the access binding. See the official documentation
name(String). The name of the Desktop