Terraform reference for Yandex Lockbox
Written by
Updated at November 21, 2024
With Terraform
If you change the configuration files, Terraform automatically detects which part of your configuration is already deployed, and what should be added or removed.
For more information about Terraform, see the documentation.
Resources
The following Terraform provider resources are supported for Yandex Lockbox:
Terraform resource | Yandex Cloud resource |
---|---|
yandex_lockbox_secret |
Secret |
yandex_lockbox_secret_iam_binding |
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 provider data sources:
Terraform data source | Description |
---|---|
yandex_lockbox_secret |
Information about a secret |
yandex_lockbox_secret_version |
Information about a secret version |