Replies: 5 comments 6 replies
-
Note that to make Otherwise I get this error:
|
Beta Was this translation helpful? Give feedback.
-
With help of ChatGPT, instead of creating a main.tf, I created a terraform.tfvars:
Note the version for talos must start with v! |
Beta Was this translation helpful? Give feedback.
-
Then,
|
Beta Was this translation helpful? Give feedback.
-
If I edit outputs.tf to add sensitive = true. Then,
For somebody new to the project with no knowledge about terraform, the README is not helping at all. |
Beta Was this translation helpful? Give feedback.
-
I am willing to help you, but please try to use threads and please try to ask clear questions. |
Beta Was this translation helpful? Give feedback.
-
I am trying to create a fresh cluster using this project but I cannot succeed following the README.
I installed all recommended tools (using Terraform 1.8.4).
Images have been created with success using packer (note there is a permission issue on the script when cloning the Github repository and the script create.sh must be invoked from within the folder _packer unlike said).
Then, I create a main.tf with a definition for the "talos" module using my own values and I appended the following as mentioned in the README:
When I run
terraform init
I get this error:If I remove the output definitions,
terraform init
completes. However,terraform apply
requests input for cluster name, etc. as if my main.tf who contains all this information was ignored.How to avoid this and make terraform use my main.tf?
Beta Was this translation helpful? Give feedback.
All reactions