Add Terraform to Path on Windows - DevPops-Inc/windows GitHub Wiki

• Press the Windows key, type “environment variables” and select “Open.” • image

• Select “Environment Variables…”
image

• Select “Path” in the “User variables for User” and click “Edit…”
image

• Select “New.”
image

• Type “C:\terraform”, press the Enter key, then select “OK.”
image

• Select “Path” underneath “System variables” and click “Edit…”
image

• Select “New.”
image

• Type “C:\terraform”, press the Enter key and select “OK.”
image

• Select “OK” again.
image

• Select “OK” again.
image

• Press the Windows key, type “powershell” and select “Open.”
image

• Type terraform -help and press the Enter key to sanity check if Terraform installed correctly.
image

⚠️ **GitHub.com Fallback** ⚠️