Skip to content

terraform-yacloud-modules/terraform-yandex-lockbox

Repository files navigation

Yandex Cloud Lockbox Terraform module

Terraform module which creates Yandex Cloud Lockbox resources.

Examples

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!

Requirements

Name Version
terraform >= 1.3
yandex >= 0.72.0

Providers

Name Version
yandex >= 0.72.0

Modules

No modules.

Resources

Name Type
yandex_lockbox_secret.main resource
yandex_lockbox_secret_version.main resource

Inputs

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

Outputs

Name Description
id Lockbox secret ID
name Lockbox secret name

License

Apache-2.0 Licensed. See LICENSE.