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?

demandé il y a un an205 vues
1 réponse
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
répondu il y a un an

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions