Terraform module which creates Yandex Cloud Lockbox resources.
Examples codified under
the examples
are intended
to give users references for how to use the module(s) as well as testing/validating changes to the source code of the
module. If contributing to the project, please be sure to make any appropriate updates to the relevant examples to allow
maintainers to test your changes and to keep the examples up to date for users. Thank you!
Name | Version |
---|---|
terraform | >= 1.3 |
yandex | >= 0.72.0 |
Name | Version |
---|---|
yandex | >= 0.72.0 |
No modules.
Name | Type |
---|---|
yandex_lockbox_secret.main | resource |
yandex_lockbox_secret_version.main | resource |
Name | Description | Type | Default | Required |
---|---|---|---|---|
deletion_protection | Whether the lockbox secret is protected from deletion | bool |
false |
no |
description | Lockbox secret description | string |
"" |
no |
entries | List of secret entries | map(string) |
{} |
no |
folder_id | Folder ID | string |
null |
no |
kms_key_id | KMS key used to encrypt the lockbox secret | string |
null |
no |
labels | A set of labels | map(string) |
{} |
no |
name | Lockbox secret name | string |
n/a | yes |
Name | Description |
---|---|
id | Lockbox secret ID |
name | Lockbox secret name |
Apache-2.0 Licensed. See LICENSE.