Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
Yandex Compute Cloud
  • Yandex Container Solution
  • Access management
  • Pricing policy
  • Terraform reference
  • Monitoring metrics
  • Audit Trails events
  • Release notes

In this article:

  • Resources
  • Data sources

Terraform reference for Yandex Compute Cloud

Written by
Yandex Cloud
Updated at May 5, 2025
  • Resources
  • Data sources

With Terraform, you can quickly create a cloud infrastructure in Yandex Cloud and manage it using configuration files. These files store the infrastructure description written in HashiCorp Configuration Language (HCL). If you change the configuration files, Terraform automatically detects which part of your configuration is already deployed, and what should be added or removed.

Terraform is distributed under the Business Source License. The Yandex Cloud provider for Terraform is distributed under the MPL-2.0 license.

For more information about Terraform, see this tutorial.

ResourcesResources

The following Terraform provider resources are supported for Compute Cloud:

Terraform resource Yandex Cloud resource
yandex_compute_disk Disk
yandex_compute_disk_iam_binding Binding access permissions to a disk
yandex_compute_disk_placement_group Non-replicated disk placement group
yandex_compute_disk_placement_group_iam_binding Binding access permissions for a non-replicated disk placement group
yandex_compute_filesystem File storage
yandex_compute_filesystem_iam_binding Binding file storage access permissions
yandex_compute_gpu_cluster GPU cluster
yandex_compute_gpu_cluster_iam_binding Binding GPU cluster access permissions
yandex_compute_image Image
yandex_compute_image_iam_binding Binding access permissions to an image
yandex_compute_instance VM instance
yandex_compute_instance_iam_binding Binding VM access permissions
yandex_compute_instance_group Instance group
yandex_compute_placement_group VM placement group
yandex_compute_placement_group_iam_binding Binding VM placement group access permissions
yandex_compute_snapshot Disk snapshot
yandex_compute_snapshot_iam_binding Binding access permissions to snapshots
yandex_compute_snapshot_schedule Disk snapshot schedule
yandex_compute_snapshot_schedule_iam_binding Binding access permissions for a disk snapshot schedule

Data sourcesData sources

Compute Cloud supports the following Terraform provider data sources:

Terraform data source Description
yandex_compute_disk Disk information
yandex_compute_disk_placement_group Information on a non-replicated disk placement group
yandex_compute_filesystem File storage information
yandex_compute_gpu_cluster GPU cluster information
yandex_compute_image Image information
yandex_compute_instance VM instance information
yandex_compute_instance_group Instance group information
yandex_compute_placement_group VM placement group information
yandex_compute_snapshot Disk snapshot information
yandex_compute_snapshot_schedule Information on a disk snapshot schedule

Was the article helpful?

Previous
list
Next
API authentication
Yandex project
© 2025 Yandex.Cloud LLC