Skip to content

terraform-provider-vix for OSX

Pre-release
Pre-release
Compare
Choose a tag to compare
@c4milo c4milo released this 29 Sep 16:15
· 44 commits to master since this 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