Hi,
I have a .tfvars file to supply a bunch of variables to Terraform. Now I also want to add a login secret, so I don’t want to hard-code it into the file but read it from an environment variable. Is it possible to do that in the file?
I am aware of the TF_VAR_
option, but I would like to define all variables in one place if possible.