Hi all, I’m a new Terraform user and I am trying to go through the tutorials. I wanted to use my PI to practice but every attempt I have made to install Terraform has failed. apt install terraform
fails saying it can’t locate a package. So I attempted to compile from the git repository per these instructions. That failed as well. I had to install Go on my PI so I’m unsure if that was done correctly.
So I’m curious if it is even possible to get TF installed on my PI. If so, could someone give me a bit of guidance?
Thanks
UPDATE:
OK so I found a site that allowed me to install TF. I was hesitant at first to use it because I was not aware of what Snap was. But it worked and I’m good to go. Although, some insight as to why apt install
would not work would be helpful.