Platforms terraform to SOPS secrets
Requirements
No requirements.
Providers
Modules
No modules.
Resources
Name | Type |
---|---|
local_sensitive_file.write_secret | resource |
null_resource.write_encrypted_secret | resource |
Inputs
Name | Description | Type | Default | Required |
---|---|---|---|---|
secret_dotenv_key | Override the automatic secret variable key. | string | "" | no |
secret_encryption | Determinate if we should encrypt the secret or not. | bool | true | no |
secret_name | The name of the secret. | string | n/a | yes |
secret_path | The path to the secret in the vault. | string | "./secrets" | no |
secret_value | The value of the secret. | string | n/a | yes |
Outputs
No outputs.