ExamProCo / terraform-beginner-bootcamp-2023

Terraform Beginner Bootcamp
MIT License
83 stars 40 forks source link

Refactory terraform CLI #7

Open Farzadau opened 11 months ago

Farzadau commented 11 months ago

There is an issue with trerraform install

Abhibhagat1407 commented 9 months ago

Download Terraform binary wget https://releases.hashicorp.com/terraform/X.Y.Z/terraform_X.Y.Z_linux_amd64.zip

Unzip the downloaded file unzip terraform_X.Y.Z_linux_amd64.zip

Move the binary to a directory in your PATH (e.g., /usr/local/bin) sudo mv terraform /usr/local/bin/

Verify installation terraform --version

(Follow all the instructions as mentioned above to automate your terraform cli installation in gitpod workspace)