Here is how to install Terraform on Windows in 2026. Tested and verified.
Method 1: Chocolatey (Recommended)
choco install terraformMethod 2: Winget
winget install --id Hashicorp.TerraformMethod 3: Manual Download
- Download from https://releases.hashicorp.com/terraform/
- Extract
terraform.exe - Add the directory to your
PATHenvironment variable
Verify
terraform --versionEnable Tab Completion (PowerShell)
terraform -install-autocomplete
