-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for .tfvars files #78
Comments
Hi @cippaciong, |
@cippaciong and anyone in the future coming across this, you can simply store
|
@jeffrade I'm not sure this results in what is intended as terraform will load in the |
Hello, I was wondering if there is any plan (assuming there is a way to implement it, which I'm not sure) to add support for encrypted
.tfvars
files in addition to yaml and json.I have used encrypted
.tfvars
files with SOPS and terragrunt in the past, relying on terragrunt pre/post hooks to decrypt and encrypt.tfvars
files before I fed them to terraform using-var-file
flags.I think it would be nice if we could have support to
.tfvars
files here, in order to have all the consistency checks provided by terraform on variables (type checking, check if the have been declared, etc.).To be more specific, this is what I have in mind:
Do you think it's actually possible to implement this? If yes, would you be interested in this feature?
The text was updated successfully, but these errors were encountered: