[Yandex Cloud documentation](../index.md) > [Yandex Compute Cloud](index.md) > Terraform reference

# Terraform reference for Yandex Compute Cloud


With [Terraform](https://www.terraform.io/), 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](https://github.com/hashicorp/terraform/blob/main/LICENSE). The [Yandex Cloud provider for Terraform](https://github.com/yandex-cloud/terraform-provider-yandex) is distributed under the [MPL-2.0](https://www.mozilla.org/en-US/MPL/2.0/) license.


For more information about Terraform, see [this tutorial](../tutorials/infrastructure-management/terraform-quickstart.md#install-terraform).

## Resources {#resources}

The following Terraform provider resources are supported for Compute Cloud:

| **Terraform resource** | **Yandex Cloud resource** |
| --- | --- |
| [yandex_compute_disk](../terraform/resources/compute_disk.md) | [Disk](concepts/disk.md) |
| [yandex_compute_disk_iam_binding](../terraform/resources/compute_disk_iam_binding.md)| [Binding](../iam/concepts/access-control/index.md#access-bindings) access permissions to a disk |
| [yandex_compute_disk_placement_group](../terraform/resources/compute_disk_placement_group.md) | [Non-replicated disk placement group](concepts/disk-placement-group.md) |
| [yandex_compute_disk_placement_group_iam_binding](../terraform/resources/compute_disk_placement_group_iam_binding.md) | [Binding](../iam/concepts/access-control/index.md#access-bindings) access permissions for a non-replicated disk placement group |
| [yandex_compute_filesystem](../terraform/resources/compute_filesystem.md) | [File storage](concepts/filesystem.md) |
| [yandex_compute_filesystem_iam_binding](../terraform/resources/compute_filesystem_iam_binding.md) | [Binding](../iam/concepts/access-control/index.md#access-bindings) file storage access permissions |
| [yandex_compute_gpu_cluster](../terraform/resources/compute_gpu_cluster.md) | [GPU cluster](concepts/gpus.md#gpu-clusters) |
| [yandex_compute_gpu_cluster_iam_binding](../terraform/resources/compute_gpu_cluster_iam_binding.md) | [Binding](../iam/concepts/access-control/index.md#access-bindings) GPU cluster access permissions |
| [yandex_compute_image](../terraform/resources/compute_image.md) | [Image](concepts/image.md) |
| [yandex_compute_image_iam_binding](../terraform/resources/compute_image_iam_binding.md) | [Binding](../iam/concepts/access-control/index.md#access-bindings) access permissions to an image |
| [yandex_compute_instance](../terraform/resources/compute_instance.md) | [VM instance](concepts/vm.md) |
| [yandex_compute_instance_iam_binding](../terraform/resources/compute_instance_iam_binding.md) | [Binding](../iam/concepts/access-control/index.md#access-bindings) VM access permissions |
| [yandex_compute_instance_group](../terraform/resources/compute_instance_group.md) | [Instance group](concepts/instance-groups/index.md) |
| [yandex_compute_placement_group](../terraform/resources/compute_placement_group.md) | [VM placement group](concepts/placement-groups.md) |
| [yandex_compute_placement_group_iam_binding](../terraform/resources/compute_placement_group_iam_binding.md) | [Binding](../iam/concepts/access-control/index.md#access-bindings) VM placement group access permissions |
| [yandex_compute_snapshot](../terraform/resources/compute_snapshot.md) | [Disk snapshot](concepts/snapshot.md) |
| [yandex_compute_snapshot_iam_binding](../terraform/resources/compute_snapshot_iam_binding.md) | [Binding](../iam/concepts/access-control/index.md#access-bindings) access permissions to snapshots |
| [yandex_compute_snapshot_schedule](../terraform/resources/compute_snapshot_schedule.md) | [Disk snapshot schedule](concepts/snapshot-schedule.md) |
| [yandex_compute_snapshot_schedule_iam_binding](../terraform/resources/compute_snapshot_schedule_iam_binding.md) | [Binding](../iam/concepts/access-control/index.md#access-bindings) access permissions for a disk snapshot schedule |

## Data sources {#data-sources}

Compute Cloud supports the following Terraform provider data sources:

| **Terraform data source** | **Description** |
| --- | --- |
| [yandex_compute_disk](../terraform/data-sources/compute_disk.md) | [Disk](concepts/disk.md) information |
| [yandex_compute_disk_placement_group](../terraform/data-sources/compute_disk_placement_group.md) | Information on a [non-replicated disk placement group](concepts/disk-placement-group.md) |
| [yandex_compute_filesystem](../terraform/data-sources/compute_filesystem.md) | [File storage](concepts/filesystem.md) information |
| [yandex_compute_gpu_cluster](../terraform/data-sources/compute_gpu_cluster.md) | [GPU cluster](concepts/gpus.md#gpu-clusters) information |
| [yandex_compute_image](../terraform/data-sources/compute_image.md) | [Image](concepts/image.md) information |
| [yandex_compute_instance](../terraform/data-sources/compute_instance.md) | [VM instance](concepts/vm.md) information |
| [yandex_compute_instance_group](../terraform/data-sources/compute_instance_group.md) | [Instance group](concepts/instance-groups/index.md) information |
| [yandex_compute_placement_group](../terraform/data-sources/compute_placement_group.md) | [VM placement group](concepts/placement-groups.md) information |
| [yandex_compute_snapshot](../terraform/data-sources/compute_snapshot.md) | [Disk snapshot](concepts/snapshot.md) information |
| [yandex_compute_snapshot_schedule](../terraform/data-sources/compute_snapshot_schedule.md) | Information on a [disk snapshot schedule](concepts/snapshot-schedule.md) |