rover icon indicating copy to clipboard operation
rover copied to clipboard

Windows support

Open cveld opened this issue 2 years ago • 2 comments

When running the 0.3.2 binary on Windows I get the following error:

> C:\prg\rover\rover_v0.3.2.exe
2022/06/28 15:32:52 Starting Rover...
2022/06/28 15:32:52 Initializing Terraform...
2022/06/28 15:32:52 Unable to parse Plan: Unable to initialize Terraform Plan: exec: "/usr/local/bin/terraform": file does not exist

What can I do to fix this?

I now run rover with: C:\prg\rover\rover_v0.3.2.exe -tfPath C:\ProgramData\chocolatey\bin\terraform.exe

Would be great if rover would scan the folders inside the PATH environment variable.

cveld avatar Jun 28 '22 13:06 cveld

same issue for me as well

isathish avatar Jun 06 '23 13:06 isathish

The answers can be found if you search keywords against existing issues.

rover.exe -tfPath "D:\5. Program Files (x86)\terraform\terraform.exe"

I think Rover isn't detecting the PATH so this should be fixed without having to explicitly reference the Terraform.exe location

chaoscreater avatar Jun 24 '23 09:06 chaoscreater