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

# Terraform reference for Yandex Serverless Integrations

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 Yandex Serverless Integrations:

| **Terraform** resource | **Yandex Cloud** resource |
| --- | --- |
| [serverless_eventrouter_bus](../terraform/resources/serverless_eventrouter_bus.md) | [EventRouter bus](concepts/eventrouter/bus.md) |
| [serverless_eventrouter_connector](../terraform/resources/serverless_eventrouter_connector.md) | [EventRouter connector](concepts/eventrouter/connector.md) |
| [serverless_eventrouter_rule](../terraform/resources/serverless_eventrouter_rule.md) | [EventRouter rule](concepts/eventrouter/rule.md) |

## Data sources {#data-sources}

Yandex Serverless Integrations supports the following Terraform provider data sources:

| **Terraform** data source | **Description** |
| --- | --- |
| [serverless_eventrouter_bus](../terraform/data-sources/serverless_eventrouter_bus.md) | [EventRouter bus](concepts/eventrouter/bus.md) information |
| [serverless_eventrouter_connector](../terraform/data-sources/serverless_eventrouter_connector.md) | [EventRouter connector](concepts/eventrouter/connector.md) information |
| [serverless_eventrouter_rule](../terraform/data-sources/serverless_eventrouter_rule.md) | [EventRouter rule](concepts/eventrouter/rule.md) information |