You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tfvars can be defined in a tfvars file or as an environment variable. we currently only check for the tfvars file when looking up a tfvar here -- we should also look at "${TF_VAR_<variable_name>}" (tf docs)
The text was updated successfully, but these errors were encountered:
tfvars can be defined in a tfvars file or as an environment variable. we currently only check for the tfvars file when looking up a tfvar here -- we should also look at
"${TF_VAR_<variable_name>}"
(tf docs)The text was updated successfully, but these errors were encountered: