Janusz Bialy
Janusz Bialy
It would also be cool to have support for Redis hashes and [Bolt](https://github.com/boltdb/bolt)!
Currently the vault datasource will not work with v2 version of Vault's secret engine. Extending the datasource to support this would allow for the use of versioned secrets! https://www.vaultproject.io/api/secret/kv/kv-v2
Gomplate supports reading from the AWS parameter store using the`aws+smp` datasource. It would be great to also support the GCP secret manager, https://cloud.google.com/secret-manager/docs/managing-secrets.
It would be really useful if gomplate could have native support for accessing terraform [output values](https://www.terraform.io/docs/configuration/outputs.html). Using the terraform CLI this can easily be done using `terraform output -json some_output_value`....
# Description Adding a helper command for generating random alphanumeric strings which can be used for the various secrets. Placing this in the "core services" section right below the api-key....