Yandex Cloud
Search
Contact UsTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
  • Marketplace
    • Featured
    • Infrastructure & Network
    • Data Platform
    • AI for business
    • Security
    • DevOps tools
    • Serverless
    • Monitoring & Resources
  • 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
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2026 Direct Cursus Technology L.L.C.
Terraform in Yandex Cloud
  • Getting started
  • Solution library
    • Overview
    • Release notes
          • datasphere_community
          • datasphere_project

In this article:

  • Example usage
  • Arguments & Attributes Reference
  1. Terraform reference
  2. Resources
  3. DataSphere
  4. Data Sources
  5. datasphere_project

yandex_datasphere_project (DataSource)

Written by
Yandex Cloud
Updated at February 12, 2026
  • Example usage
  • Arguments & Attributes Reference

Example usageExample usage

//
// Get information about existing Datasphere Project.
//
data "yandex_datasphere_project" "my_datasphere_project" {
  project_id = "project-id"
}

Arguments & Attributes ReferenceArguments & Attributes Reference

  • community_id (Required)(String). Community ID where project would be created.
  • created_at (Read-Only) (String). The creation timestamp of the resource.
  • created_by (Read-Only) (String). Creator account ID of the Datasphere Project.
  • description (String). The resource name.
  • id (Read-Only) (String). The resource identifier.
  • labels (Map Of String). A set of key/value label pairs which assigned to resource.
  • limits [Block]. Datasphere Project limits configuration.
    • balance (Number). The number of units available to the project.
    • max_units_per_execution (Number). The number of units that can be spent on the one execution.
    • max_units_per_hour (Number). The number of units that can be spent per hour.
  • name (Required)(String). The resource name.
  • settings [Block]. Datasphere Project settings configuration.
    • data_proc_cluster_id (String). ID of the DataProcessing cluster.
    • default_folder_id (String). Default project folder ID.
    • security_group_ids (Set Of String). The list of security groups applied to resource or their components.
    • service_account_id (String). Service account which linked to the resource.
    • stale_exec_timeout_mode (String). The timeout to automatically stop stale executions. The following modes can be used:
  • ONE_HOUR: Setting to automatically stop stale execution after one hour with low consumption.
  • THREE_HOURS: Setting to automatically stop stale execution after three hours with low consumption.
  • NO_TIMEOUT: Setting to never automatically stop stale executions.
  • subnet_id (String). ID of the subnet where the DataProcessing cluster resides. Currently only subnets created in the availability zone ru-central1-a are supported.

Was the article helpful?

Previous
datasphere_community
Next
datasphere_community
© 2026 Direct Cursus Technology L.L.C.