Yandex Cloud
Поиск
Связаться с намиПодключиться
  • Истории успеха
  • Документация
  • Блог
  • Все сервисы
  • Статус работы сервисов
    • Популярные
    • Инфраструктура и сеть
    • Платформа данных
    • Контейнеры
    • Инструменты разработчика
    • Бессерверные вычисления
    • Безопасность
    • Мониторинг и управление ресурсами
    • ИИ для бизнеса
    • Бизнес-инструменты
  • Все решения
    • По отраслям
    • По типу задач
    • Экономика платформы
    • Безопасность
    • Техническая поддержка
    • Каталог партнёров
    • Обучение и сертификация
    • Облако для стартапов
    • Облако для крупного бизнеса
    • Центр технологий для общества
    • Облако для интеграторов
    • Поддержка IT-бизнеса
    • Облако для фрилансеров
    • Обучение и сертификация
    • Блог
    • Документация
    • Контент-программа
    • Мероприятия и вебинары
    • Контакты, чаты и сообщества
    • Идеи
    • Калькулятор цен
    • Тарифы
    • Промоакции и free tier
    • Правила тарификации
  • Истории успеха
  • Документация
  • Блог
Проект Яндекса
© 2025 ООО «Яндекс.Облако»
Terraform в Yandex Cloud
  • Начало работы
  • Библиотека решений
    • Обзор
    • История изменений (англ.)
          • datasphere_community
          • datasphere_project

В этой статье:

  • Example usage
  • Argument Reference
  • Attributes Reference
  1. Справочник Terraform
  2. Ресурсы (англ.)
  3. Datasphere
  4. Data Sources
  5. datasphere_project

yandex_datasphere_project (Data Source)

Статья создана
Yandex Cloud
Обновлена 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.

Была ли статья полезна?

Предыдущая
datasphere_community
Следующая
datasphere_community
Проект Яндекса
© 2025 ООО «Яндекс.Облако»