elsudano / terraform-provider-vmworkstation

VmWare Workstation Pro provider for Terraform
MIT License
49 stars 19 forks source link

windows_386 version v0.2.2 #10

Closed smudge1977 closed 6 months ago

smudge1977 commented 2 years ago

Hi

I am trying to run on a windows machine - do i need to install GO and compile this? Going to here https://registry.terraform.io/elsudano/vmworkstation gives a 404 anyway? Sorry this is my fir terraform testing so maybe user error!!!

Thanks

terraform {
  required_version = ">= 0.15.4"
  required_providers {
    vmworkstation = {

      source  = "registry.terraform.io/elsudano/vmworkstation"
      version = "0.2.2"
    }
  }
}
Initializing provider plugins...
- Finding elsudano/vmworkstation versions matching "0.2.2"...
╷
│ Error: Incompatible provider version
│
│ Provider registry.terraform.io/elsudano/vmworkstation v0.2.2 does not have a package available for your current
│ platform, windows_386.
elsudano commented 6 months ago

Sorry for the delay in my answer, fortunately you can use the latest version to solve this issue

https://registry.terraform.io/providers/elsudano/vmworkstation/latest

All the feedback will be welcome