-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
Cannot execute 0.8.0 beta2 on windows #10266
Comments
@chrisrlong hi there! I am very sorry that you are having issues! We definitely claim that we support Terraform on Windows, therefore this needs looking into. Does the pre-0.8 version works for you? I wonder if this is us or rather Go version affecting this. |
Hi @kwilczynski the beta1 version ran for me, but my apply's kept hanging after a resource completed as per 0.7.9-11. So I kept upgrading......
|
Fixes #10266 panicwrap was using Extrafiles to get the original standard streams for `terraform console`. This doesn't work on Windows. Instead, we must use the Win32 APIs to get the exact handles.
Fixes #10266 panicwrap was using Extrafiles to get the original standard streams for `terraform console`. This doesn't work on Windows. Instead, we must use the Win32 APIs to get the exact handles.
Figured it out :) Thanks! |
Fixes hashicorp#10266 panicwrap was using Extrafiles to get the original standard streams for `terraform console`. This doesn't work on Windows. Instead, we must use the Win32 APIs to get the exact handles.
Fixes hashicorp#10266 panicwrap was using Extrafiles to get the original standard streams for `terraform console`. This doesn't work on Windows. Instead, we must use the Win32 APIs to get the exact handles.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Terraform Version
0.8.0beta2 amd64 and 386
Affected Resource(s)
terraform.exe
Panic Output
Couldn't start Terraform: fork/exec C:\Program Files\terraform\terraform.exe: not supported by windows
Expected Behavior
Terraform should execute normally.
Actual Behavior
The above output, showing no suport for windows.
Steps to Reproduce
The above output is made but terraform -v or any other terraform command.
(Linux build works on an Ubuntu vm.)
The text was updated successfully, but these errors were encountered: