Terraform reference for Yandex Certificate Manager
Written by
Updated at May 5, 2025
With Terraform
Terraform is distributed under the Business Source License
For more information about Terraform, see this tutorial.
Resources
Certificate Manager supports the following Terraform resources :
Terraform resource | Yandex Cloud resource |
---|---|
yandex_cm_certificate |
TLS certificate |
yandex_cm_certificate_iam_binding |
Assigning access permissions for a TLS certificate. It has a limit of 1,000 bindings per resource. We recommend using yandex_cm_certificate_iam_member instead of yandex_cm_certificate_iam_binding . |
yandex_cm_certificate_iam_member |
Assigning access permissions for a TLS certificate. |
Data sources
Certificate Manager supports the following Terraform data sources:
Terraform data source | Description |
---|---|
yandex_cm_certificate |
TLS certificate information |
yandex_cm_certificate_content |
TLS certificate contents |