• HashiCorp Developer

  • HashiCorp Cloud Platform
  • Terraform
  • Packer
  • Consul
  • Vault
  • Boundary
  • Nomad
  • Waypoint
  • Vagrant
Terraform
  • Install
  • Tutorials
    • About the Docs
    • Configuration Language
    • Terraform CLI
    • Terraform Cloud
    • Terraform Enterprise
    • CDK for Terraform
    • Provider Use
    • Plugin Development
    • Registry Publishing
    • Integration Program
  • Registry(opens in new tab)
  • Try Cloud(opens in new tab)
  • Sign up
Terraform Home

Install Terraform

Skip to main content

  • Getting Started

  • What is Terraform?
  • Terraform Tutorials
  • Terraform Cloud Tutorials

  • Resources

  • Tutorial Library
  • Certifications
  • Community Forum
    (opens in new tab)
  • Support
    (opens in new tab)
  • GitHub
    (opens in new tab)
  • Terraform Registry
    (opens in new tab)
  1. Developer
  2. Terraform
  3. Install v1.3.7

Install Terraform

Install or update to v1.3.7 (latest version) of Terraform to get started.

Operating System

Package manager for macOS

$ brew tap hashicorp/tap
$ brew install hashicorp/tap/terraform

Binary download for macOS

AMD64

Version: 1.3.7

Download

ARM64

Version: 1.3.7

Download

Release information

Changelog

Version: 1.3.7

GitHub(opens in new tab)

Notes

You can find the SHA256 checksums for Terraform 1.3.7 online and you can verify the checksums signature file which has been signed using HashiCorp's GPG key.

Binary download for Windows

386

Version: 1.3.7

Download

AMD64

Version: 1.3.7

Download

Release information

Changelog

Version: 1.3.7

GitHub(opens in new tab)

Notes

You can find the SHA256 checksums for Terraform 1.3.7 online and you can verify the checksums signature file which has been signed using HashiCorp's GPG key.

Package manager for Linux

$ wget -O- https://apt.releases.hashicorp.com/gpg | gpg --dearmor | sudo tee /usr/share/keyrings/hashicorp-archive-keyring.gpg
$ echo "deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/hashicorp.list
$ sudo apt update && sudo apt install terraform
$ sudo yum install -y yum-utils
$ sudo yum-config-manager --add-repo https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo
$ sudo yum -y install terraform
$ sudo dnf install -y dnf-plugins-core
$ sudo dnf config-manager --add-repo https://rpm.releases.hashicorp.com/fedora/hashicorp.repo
$ sudo dnf -y install terraform
$ sudo yum install -y yum-utils shadow-utils
$ sudo yum-config-manager --add-repo https://rpm.releases.hashicorp.com/AmazonLinux/hashicorp.repo
$ sudo yum -y install terraform
$ brew tap hashicorp/tap
$ brew install hashicorp/tap/terraform

Binary download for Linux

386

Version: 1.3.7

Download

AMD64

Version: 1.3.7

Download

ARM

Version: 1.3.7

Download

ARM64

Version: 1.3.7

Download

Release information

Changelog

Version: 1.3.7

GitHub(opens in new tab)

Notes

You can find the SHA256 checksums for Terraform 1.3.7 online and you can verify the checksums signature file which has been signed using HashiCorp's GPG key.

Binary download for FreeBSD

386

Version: 1.3.7

Download

AMD64

Version: 1.3.7

Download

ARM

Version: 1.3.7

Download

Release information

Changelog

Version: 1.3.7

GitHub(opens in new tab)

Notes

You can find the SHA256 checksums for Terraform 1.3.7 online and you can verify the checksums signature file which has been signed using HashiCorp's GPG key.

Binary download for OpenBSD

386

Version: 1.3.7

Download

AMD64

Version: 1.3.7

Download

Release information

Changelog

Version: 1.3.7

GitHub(opens in new tab)

Notes

You can find the SHA256 checksums for Terraform 1.3.7 online and you can verify the checksums signature file which has been signed using HashiCorp's GPG key.

Binary download for Solaris

AMD64

Version: 1.3.7

Download

Release information

Changelog

Version: 1.3.7

GitHub(opens in new tab)

Notes

You can find the SHA256 checksums for Terraform 1.3.7 online and you can verify the checksums signature file which has been signed using HashiCorp's GPG key.

Looking for more?

 

Official releases

All officially supported HashiCorp release channels and their security guarantees.

Featured Collections

  •  
    8 tutorials
    Get Started - AWS
    Build, change, and destroy AWS infrastructure using Terraform. Step-by-step, command-line tutorials will walk you through the Terraform basics for the first time.
    • Terraform
  •  
    8 tutorials
    Get Started - Azure
    Build, change, and destroy Azure infrastructure using Terraform. Step-by-step, command-line tutorials will walk you through the Terraform basics for the first time.
    • Terraform
  •  
    7 tutorials
    Get Started - Docker
    Build, change, and destroy Docker infrastructure using Terraform. Step-by-step, command-line tutorials will walk you through the Terraform basics for the first time.
    • Terraform
  •  
    7 tutorials
    Get Started - Google Cloud
    Build, change, and destroy Google Cloud Platform (GCP) infrastructure using Terraform. Step-by-step, command-line tutorials will walk you through the Terraform basics for the first time.
    • Terraform
  •  
    7 tutorials
    Get Started - OCI
    Build, change, and destroy a virtual cloud network and subnet on Oracle Cloud Infrastructure (OCI) using Terraform. Step-by-step, command-line tutorials will walk you through the Terraform basics for the first time.
    • Terraform
  •  
    10 tutorials
    Get Started - Terraform Cloud
    Collaborate on version-controlled configuration using Terraform Cloud. Follow this track to build, change, and destroy infrastructure using remote runs and state.
    • Terraform

About Terraform

Define cloud and on-prem resources in human-readable configuration files that you can version, reuse, and share.

Featured docs

  • Introduction to Terraform
  • Configuration Language
  • Terraform CLI
  • Terraform Cloud
  • Provider Use
 
Terraform Cloud
Automate your infrastructure provisioning at any scale
Try Terraform Cloud
Give Feedback(opens in new tab)
  • Certifications
  • System Status
  • Terms of Use
  • Security
  • Privacy
  • Trademark Policy
  • Trade Controls
  • Give Feedback(opens in new tab)