Terraform Provider Vix Versions Save

VMware VIX provider for Terraform

0.1.0

9 years ago

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