How do I install Terraform on an OpalStack server ?
Binary download for Linux ? (https://developer.hashicorp.com/terraform/downloads)
Is this Allowed ? Anything going against terms&conditions ?
Running Terraform
anjanesh If you are specifically asking about the Terraform Linux binary from https://developer.hashicorp.com/terraform/downloads, then you should be able to run that on your Opalstack server, like so:
mkdir -p ~/bin
cd ~/bin
wget https://releases.hashicorp.com/terraform/1.5.7/terraform_1.5.7_linux_386.zip
unzip terraform_1.5.7_linux_386.zip
rm terraform_1.5.7_linux_386.zip
--
$ terraform version
Terraform v1.5.7
on linux_386
You cannot use Opalstack as a Terraform provider though, i.e. it's not possible to manage any components of the infrastructure with Terraform.