TheKoguryo's Tech Blog

 Version 2024.05.05

Warning

This content has been generated by machine translation. The translations are automated and have not undergone human review or validation.

14.2.1 Installing Terraform

Download the appropriate installation file for your OS from [HashiCorp download page] (https://www.terraform.io/downloads.html). After unpacking, it is a single terraform.exe or terraform file, so you can use it immediately by copying it to the folder you want to use and registering it in the PATH.

image-20220118162824060

  • Linux example

    wget https://releases.hashicorp.com/terraform/1.1.3/terraform_1.1.3_linux_amd64.zip
    unzip terraform_1.1.3_linux_amd64.zip
    sudo mv terraform /usr/local/bin
    terraform -v
    


As an individual, this article was written with my personal time. There may be errors in the content of the article, and the opinions in the article are personal opinions.

Last updated on 18 Jan 2022