terraform ubuntu

Install Terradorm

このサイトを見るだけ

Install | Terraform | HashiCorp Developer

なぜか無理だった

urlはいい感じに最新にしておく

apt install -y wget
apt install -y unzip
wget https://releases.hashicorp.com/terraform/1.7.4/terraform_1.7.4_linux_386.zip
unzip terraform_1.7.4_linux_386.zip
cp terraform /usr/local/bin

確認

terraform -v
← Go home