terraform-provider-vix for OSX
Pre-release
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