Terraform reference for Yandex Lockbox
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
Yandex Lockbox supports the following Terraform resources :
Terraform resource | Yandex Cloud resource |
---|---|
yandex_lockbox_secret |
Secret |
yandex_lockbox_secret_iam_binding |
Assigning access permissions for a secret. We recommend using yandex_lockbox_secret_iam_member instead of yandex_lockbox_secret_iam_binding . |
yandex_lockbox_secret_iam_member |
Assigning access permissions for a secret |
yandex_lockbox_secret_version |
Secret version We recommend using lockbox_secret_version_hashed instead of lockbox_secret_version . |
yandex_lockbox_secret_version_hashed |
Secret version, stores values in Terraform state in hashed format. Storing your data in like this is more secure than storing it openly. May contain a maximum of 10 key-value pairs. |
Data sources
Yandex Lockbox supports the following Terraform data sources:
Terraform data source | Description |
---|---|
yandex_lockbox_secret |
Information about a secret |
yandex_lockbox_secret_version |
Information about a secret version |