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?

posta 10 mesi fa204 visualizzazioni
1 Risposta
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
con risposta 10 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande