我正在使用 Azure Devops 发布管道,我需要为几个变量传递参数。Pipeline 成功执行 terraform init, validate 命令,但在执行 terraform plan 时出错。
Error: The process '/opt/hostedtoolcache/terraform/0.12.3/x64/terraform' failed with exit code 1
在这方面需要帮助。
我正在使用 Azure Devops 发布管道,我需要为几个变量传递参数。Pipeline 成功执行 terraform init, validate 命令,但在执行 terraform plan 时出错。
Error: The process '/opt/hostedtoolcache/terraform/0.12.3/x64/terraform' failed with exit code 1
在这方面需要帮助。