how to inject a env variables in a common.tfvars file
ex
export TF_VAR_ENV="test"
and use this in a common.tfvars
environment = "{get_env("TF_VAR_ENV", "")}" /// i don't know what is good syntax for that
Thank in advance for your help