# Terraform reference for Yandex Certificate Manager

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}

Certificate Manager supports the following Terraform provider resources:

| **Terraform resource** | **Yandex Cloud resource** |
| --- | --- |
| [yandex_cm_certificate](../terraform/resources/cm_certificate.md) | [TLS certificate](concepts/index.md#types) |
| [yandex_cm_certificate_iam_binding](../terraform/resources/cm_certificate_iam_binding.md)| [Access bindings](../iam/concepts/access-control/index.md#access-bindings) for a TLS certificate; limited to 1,000 bindings per resource. <br>We recommend using `yandex_cm_certificate_iam_member` instead of `yandex_cm_certificate_iam_binding`. |
| [yandex_cm_certificate_iam_member](../terraform/resources/cm_certificate_iam_member.md) |  [Access bindings](../iam/concepts/access-control/index.md#access-bindings) for a TLS certificate; |


## Data sources {#data-sources}

Certificate Manager supports the following Terraform provider data sources:

| **Terraform data source** | **Description** |
| --- | --- |
| [yandex_cm_certificate](../terraform/data-sources/cm_certificate.md) | [TLS certificate](concepts/index.md#types) details |
| [yandex_cm_certificate_content](../terraform/data-sources/cm_certificate_content.md) | TLS certificate contents |