vault-vars 0.0.2

A tool to fetch secrets from Hashicorp Vault and inject them into variable files for hashicorp terraform
Documentation
publish:
	cargo publish

run:
	rm vv.auto.tfvars.json || true
	cargo run -- -i inputa.yaml -i inputb.yaml
	cat vv.auto.tfvars.json