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_hashedresource, 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_hashedandyandex_lockbox_secret_versionresources. - 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_lockboxparameter. You can specify this parameter for theyandex_iam_service_account_key,yandex_iam_service_account_api_key, andyandex_iam_service_account_static_access_keyresources.