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

# Terraform reference for Yandex Cloud Functions

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}

Cloud Functions supports the following Terraform provider resources:

| **Terraform resource** | **Yandex Cloud resource** |
| --- | --- |
| [yandex_function](../terraform/resources/function.md) | [Function](concepts/function.md) |
| [yandex_function_iam_binding](../terraform/resources/function_iam_binding.md) | [Assigning](../iam/concepts/access-control/index.md#access-bindings) access permissions for a function |
| [yandex_function_scaling_policy](../terraform/resources/function_scaling_policy.md) | [Function scaling settings](concepts/function.md#scaling) |
| [yandex_function_trigger](../terraform/resources/function_trigger.md) | [Trigger](concepts/trigger/index.md) |

## Data sources {#data-sources}

Cloud Functions supports the following Terraform provider data sources:

| **Terraform data source** | **Description** |
| --- | --- |
| [yandex_function](../terraform/data-sources/function.md) | Information about a [function](concepts/function.md) |
| [yandex_function_scaling_policy](../terraform/data-sources/function_scaling_policy.md) | Information about [function scaling settings](concepts/function.md#scaling) |
| [yandex_function_trigger](../terraform/data-sources/function_trigger.md) | Information about a [trigger](concepts/trigger/index.md) |