如何在 common.tfvars 文件中注入环境变量
前任
export TF_VAR_ENV="test"
并在 common.tfvars 中使用它
environment = "{get_env("TF_VAR_ENV", "")}" /// i don't know what is good syntax for that
预先感谢您的帮助
如何在 common.tfvars 文件中注入环境变量
前任
export TF_VAR_ENV="test"
并在 common.tfvars 中使用它
environment = "{get_env("TF_VAR_ENV", "")}" /// i don't know what is good syntax for that
预先感谢您的帮助