idoavrah / terraform-tui

Terraform textual UI
https://pypi.org/project/tftui/
Apache License 2.0
998 stars 30 forks source link

tftui can't find terraform #18

Closed sfederl closed 1 year ago

sfederl commented 1 year ago

Hi,

when i start tftui, i become a error.

❯ tftui Terraform not found. Please install Terraform and try again.

Terraform is installed. `❯ terraform -version Terraform v1.4.6 on windows_amd64

Your version of Terraform is out of date! The latest version is 1.5.4. You can update by downloading from https://www.terraform.io/downloads.html`

i use Windows 11. How can set the terraform path in tftui?

idoavrah commented 1 year ago

Fixed, hopefully, in v0.4.1. Some nuance of the which command on Windows.

If problem still persists on your machine, run where terraform and verify it is actually on the PATH environment variable.