Yandex Cloud
Search
Contact UsGet started
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI for business
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Terraform in Yandex Cloud
  • Getting started
  • Solution library
    • Overview
    • Release notes
          • cloud_desktops_desktop
          • cloud_desktops_desktop_group
          • cloud_desktops_image

In this article:

  • Example usage
  • Schema
  • Optional
  • Read-Only
  • Nested Schema for members
  1. Terraform reference
  2. Resources
  3. Cloud Desktops
  4. Data Sources
  5. cloud_desktops_desktop

yandex_cloud_desktops_desktop (Data Source)

Written by
Yandex Cloud
Updated at November 25, 2025
  • Example usage
  • Schema
    • Optional
    • Read-Only
    • Nested Schema for members

Manages a Cloud Desktops Desktop. For more information see the official documentation

Example usageExample 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>"
}

SchemaSchema

OptionalOptional

  • desktop_id (String) The id of the Desktop
  • folder_id (String) The folder containing the Desktop
  • name (String) The name of the Desktop

Read-OnlyRead-Only

  • desktop_group_id (String) The id of the Desktop Group to which the Desktop belongs
  • labels (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 Nested Schema for members

Read-Only:

  • subject_id (String) Identity of the access binding. See the official documentation
  • subject_type (String) Type of the access binding. See the official documentation

Was the article helpful?

Previous
cdn_resource
Next
cloud_desktops_desktop_group
© 2025 Direct Cursus Technology L.L.C.