Add Terraform to Path on Windows - DevPops-Inc/windows GitHub Wiki
• Press the Windows key, type “environment variables” and select “Open.” •
• Select “Environment Variables…”
•
• Select “Path” in the “User variables for User” and click “Edit…”
•
• Select “New.”
•
• Type “C:\terraform”, press the Enter key, then select “OK.”
•
• Select “Path” underneath “System variables” and click “Edit…”
•
• Select “New.”
•
• Type “C:\terraform”, press the Enter key and select “OK.”
•
• Select “OK” again.
•
• Select “OK” again.
•
• Press the Windows key, type “powershell” and select “Open.”
•
• Type terraform -help
and press the Enter key to sanity check if Terraform installed correctly.
•