Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows support #109

Open
cveld opened this issue Jun 28, 2022 · 2 comments
Open

Windows support #109

cveld opened this issue Jun 28, 2022 · 2 comments

Comments

@cveld
Copy link

cveld commented Jun 28, 2022

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.

@isathish
Copy link

isathish commented Jun 6, 2023

same issue for me as well

@chaoscreater
Copy link

chaoscreater commented Jun 24, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants