Reference environment variables in .tfvars file

Hi @Lutz,

It isn’t possible to define anything other than static values in a .tfvars file. The TF_VAR_... environment variable convention is the only way to pass variable values to Terraform via the process environment.