Skip to content

Releases: hooklift/terraform-provider-vix

terraform-provider-vix for OSX

29 Sep 16:15
Compare
Choose a tag to compare
Pre-release

Before running Terraform, make sure you have a ~/.terraformrc file with the path to the VIX provider:

{
  "providers": {
    "vix": "the absolute path to where you unpacked the terraform-provider-vix binary"
  }
}

Also, since vmware-vix can't be statically compiled into the provider, you need to let the dynamic linker know where vmware-vix is located.

export DYLD_LIBRARY_PATH=absolute path to the folder where libvixAllProducts.dylib was unpacked