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_community

yandex_datasphere_community (Data Source)

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

Get information about a Yandex Cloud Datasphere Community.

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

Example usageExample usage

//
// Get information about existing Datasphere Community.
//
data "yandex_datasphere_community" "my_datasphere_community" {
  community_id = "community-id"
}

Argument ReferenceArgument Reference

The following arguments are supported:

  • community_id - (Required) Yandex Cloud Datasphere Community id used to define community

Attributes ReferenceAttributes Reference

The following attributes are exported:

  • organization_id - Organization ID where community would be created
  • name - Name of the Datasphere Community.
  • description - Datasphere Community description.
  • labels - A set of key/value label pairs to assign to the Datasphere Community.
  • billing_account_id - Billing account ID to associated with community
  • created_at - Creation timestamp of the Yandex Datasphere Community
  • created_by - Creator account ID of the Yandex Datasphere Community

Was the article helpful?

Previous
datatransfer_transfer
Next
datasphere_project
© 2025 Direct Cursus Technology L.L.C.