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
          • datasphere_community
          • datasphere_project

In this article:

  • Example usage
  • Argument Reference
  • Attributes Reference
  1. Terraform reference
  2. Resources
  3. Datasphere
  4. Data Sources
  5. datasphere_project

yandex_datasphere_project (Data Source)

Written by
Yandex Cloud
Updated at August 7, 2025
  • Example usage
  • Argument Reference
  • Attributes Reference

Get information about a Yandex Cloud Datasphere Project.

Example usageExample usage

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

This data source is used to define Yandex Cloud Datasphere project that can be used by other resources.

Argument ReferenceArgument Reference

The following arguments are supported:

  • project_id - (Required) Yandex Cloud Datasphere project id used to define project

Attributes ReferenceAttributes Reference

The following attributes are exported:

  • community_id - Community ID where project would be created
  • name - Name of the Datasphere Project.
  • description - Datasphere project description.
  • labels - A set of key/value label pairs to assign to the Datasphere Project.
  • limits - Datasphere Project limits configuration. The structure is documented below.
  • settings - Datasphere Project settings configuration. The structure is documented below.
  • created_at - Creation timestamp of the Yandex Datasphere Project.
  • created_by - Creator account ID of the Yandex Datasphere Project.

The limits block supports:

  • max_units_per_hour - The number of units that can be spent per hour.
  • max_units_per_execution - The number of units that can be spent on the one execution.
  • balance - The number of units available to the project.

The settings block supports:

  • service_account_id - ID of the service account, on whose behalf all operations with clusters will be performed.
  • subnet_id - ID of the subnet where the DataProc cluster resides. Currently only subnets created in the availability zone ru-central1-a are supported.
  • data_proc_cluster_id - ID of the DataProc cluster.
  • commit_mode - Commit mode that is assigned to the project.
  • security_group_ids -List of network interfaces security groups.
  • ide - Project IDE.
  • default_folder_id - Default project folder ID.
  • stale_exec_timeout_mode - Timeout to automatically stop stale executions.

Was the article helpful?

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