[Yandex Cloud documentation](../index.md) > [Yandex Identity and Access Management](index.md) > Terraform reference

# Terraform reference for Yandex Identity and Access Management

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 Identity and Access Management:

| **Terraform resource** | **Yandex Cloud resource** |
| --- | --- |
| [yandex_iam_service_account](../terraform/resources/iam_service_account.md) | [Service account](concepts/users/service-accounts.md) |
| [yandex_iam_service_account_api_key](../terraform/resources/iam_service_account_api_key.md) | [API key](concepts/authorization/api-key.md) |
| [yandex_iam_service_account_iam_binding](../terraform/resources/iam_service_account_iam_binding.md) | [Assigning](concepts/access-control/index.md#access-bindings) service account access permissions. It has a limit of 1,000 bindings per resource. <br>We recommend using `iam_service_account_iam_binding` instead of `iam_service_account_iam_member`. |
| [yandex_iam_service_account_iam_member](../terraform/resources/iam_service_account_iam_member.md) | [Assigning](concepts/access-control/index.md#access-bindings) service account access permissions. |
| [yandex_iam_service_account_iam_policy](../terraform/resources/iam_service_account_iam_policy.md) | Sets the service account access policy and replaces any specified policy. |
| [yandex_iam_service_account_key](../terraform/resources/iam_service_account_key.md) | [Authorized key](concepts/authorization/key.md) |
| [yandex_iam_service_account_static_access_key](../terraform/resources/iam_service_account_static_access_key.md) | [Static key](concepts/authorization/access-key.md) |

## Data sources {#data-sources}

Identity and Access Management supports the following Terraform provider data sources:

| **Terraform data source** | **Description** |
| --- | --- |
| [yandex_iam_policy](../terraform/data-sources/iam_policy.md) | Access policy information |
| [yandex_iam_role](../terraform/data-sources/iam_role.md) | [Role](concepts/access-control/roles.md) information |
| [yandex_iam_service_account](../terraform/data-sources/iam_service_account.md) | [Service account](concepts/users/service-accounts.md) information |
| [yandex_iam_user](../terraform/data-sources/iam_user.md) | User information |