Skip to content

Files

Latest commit

3fc5966 · Oct 23, 2023

History

History

password-store secret writter module

Put a secret into a password-store repository.

Requirements

Name Version
terraform ~> 1.3
pass ~> 3.1.0

Providers

Name Version
pass ~> 3.1.0

Modules

No modules.

Resources

Name Type
pass_password.secret resource

Inputs

Name Description Type Default Required
data Additional key-value pairs to store with the password map(string) null no
password Password to store string null no
path Password Store path to the secret string n/a yes
yaml YAML representation of the secret string null no

Outputs

Name Description
body The body of the secret
full Entire secret contents