[Yandex Cloud documentation](../index.md) > [Yandex Managed Service for Trino](index.md) > Terraform reference

# Terraform reference for Yandex Managed Service for Trino

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}

Managed Service for Trino supports the following Terraform provider resources:

| **Terraform resource** | **Yandex Cloud resource** |
| --- | --- |
| [yandex_trino_cluster](../terraform/resources/trino_cluster.md) | Cluster |
| [yandex_trino_cluster_iam_binding](../terraform/resources/trino_cluster_iam_binding.md) | [Configuring](../iam/concepts/access-control/index.md#access-bindings) cluster access permissions |
| [yandex_trino_catalog](../terraform/resources/trino_catalog.md) | Folder |
| [yandex_trino_access_control](../terraform/resources/trino_access_control.md) | Setting up object access rules |

## Data sources {#data-sources}

Managed Service for Trino supports the following Terraform provider data sources:

| **Terraform** data source | **Description** |
| --- | --- |
| [yandex_trino_cluster](../terraform/data-sources/trino_cluster.md) | [Trino cluster](concepts/index.md#cluster-architecture) information |
| [yandex_trino_catalog](../terraform/data-sources/trino_catalog.md) | [Trino catalog](concepts/index.md#catalog) information |
| [yandex_trino_access_control](../terraform/data-sources/trino_access_control.md) | Information about [object access rules in Trino](concepts/access-control.md) |