Proton: proton.auto.tfvars.json not being created?

0

I'm trying to use Proton using the (relatively new) Terraform self provisioning functionality. Everything works like I would expect it to, and I do get a PR from the repo functionality. The only oddity is that I do not get a proton.auto.tfvars.json file generated in the PR - but I do get all the other expected files. What would cause that file to not be generated?

已提问 1 年前205 查看次数
1 回答
0
  • No Variables in Configuration: If your Terraform configuration does not contain any variables, then Terraform will not generate a proton.auto.tfvars.json file.

  • No Default Values: If your Terraform configuration contains variables, but none of them have default values, then Terraform may not generate a proton.auto.tfvars.json file.

  • Terraform Version: The generation of the proton.auto.tfvars.json file is a feature that was added in a recent version of Terraform. If you're using an older version of Terraform, it may not support this feature.

  • Proton Configuration: There might be some configuration in Proton that is preventing the generation of the proton.auto.tfvars.json file.

profile picture
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则