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

# Terraform reference for Yandex IoT Core

{% note warning %}

Yandex IoT Core is no longer available to new users. 

Current users can create resources until November 1, 2026. Afterwards, the service will go read-only and cease to operate on December 1, 2026. For more information on the timing and procedure, see [Service shutdown](sunset.md).

{% endnote %}

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}

Yandex IoT Core supports the following Terraform provider resources:

| **Terraform resource** | **Yandex Cloud resource** |
| --- | --- |
| [yandex_iot_broker](../terraform/resources/iot_core_broker.md) | [Broker](concepts/index.md#broker) |
| [yandex_iot_device](../terraform/resources/iot_core_device.md) | [Device](concepts/index.md#device) |
| [yandex_iot_registry](../terraform/resources/iot_core_registry.md) | [Registry](concepts/index.md#registry) |

## Data sources {#data-sources}

Yandex IoT Core supports the following Terraform provider data sources:

| **Terraform data source** | **Description** |
| --- | --- |
| [yandex_iot_broker](../terraform/data-sources/iot_core_broker.md) | [Broker](concepts/index.md#broker) information |
| [yandex_iot_device](../terraform/data-sources/iot_core_device.md) | [Device](concepts/index.md#device) information |
| [yandex_iot_registry](../terraform/data-sources/iot_core_registry.md) | [Registry](concepts/index.md#registry) information |