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.
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.