terra-farm / terraform-provider-virtualbox

VirtualBox provider for Terraform
https://terra-farm.github.io/provider-virtualbox/
MIT License
323 stars 136 forks source link

Terraform 0.12 Windows Support #83

Open GrzegorzKatze opened 4 years ago

GrzegorzKatze commented 4 years ago

Hello, The last pre-released version has support for unix/linux distribution. When or even if will be available version which will include Windows as it was for previous versions?

VoyTechnology commented 4 years ago

Do you mean tag v0.1.1? There were quite a few changes since that version, and we do not have CI for Windows support, and we don't know how much interest there is to support another platform. We always welcome contributions to make it work, and we can take a look at setting up things like https://www.appveyor.com to check Windows compatibility, even if we don't make it as required check for all PRs.

VoyTechnology commented 4 years ago

@ringods Do you have any opinions on Windows support?

ringods commented 4 years ago

@VoyTechnology Not against it.

Question is: do we have Windows build support on TravisCI or Github Actions? I don't have any Windows machine to support this. I definitely want our builds to be in sync on all platforms so I would not be in favor of having a manual build for Windows while the rest is automated.