Yandex Lockbox release notes
Written by
Updated at October 23, 2024
Q3 2024
- Added the ability to generate secrets automatically. For generated secrets you can customize the length and specify the character composition.
- Added a new
yandex_lockbox_secret_version_hashed
resource, which allows storing a secret value in the Terraform state in encrypted form. This resource is used when creating a new version of the secret and is recommended instead ofyandex_lockbox_secret_version
. We also continue supportingyandex_lockbox_secret_version
. - It is now possible to schedule secret version deletion via Terraform for the
yandex_lockbox_secret_version_hashed
andyandex_lockbox_secret_version
resources. - Added the ability to store keys for IAM service accounts in the Terraform state in a secure form. To do this, place them in Yandex Lockbox using the
output_to_lockbox
parameter. You can specify this parameter for theyandex_iam_service_account_key
,yandex_iam_service_account_api_key
, andyandex_iam_service_account_static_access_key
resources.