We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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.
The text was updated successfully, but these errors were encountered:
same issue for me as well
Sorry, something went wrong.
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
No branches or pull requests
When running the 0.3.2 binary on Windows I get the following error:
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.
The text was updated successfully, but these errors were encountered: