Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 605 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 605 Bytes

Terraform vsphere provider

About this repository

This repository created by filtering the subdirectory https://github.com/hashicorp/terraform/tree/master/builtin/providers/vsphere from Git repo https://github.com/hashicorp/terraform

Original README

How to build the vsphere provider

  1. Export GOPATH and append PATH with $GOPATH/bin
  2. Clone or checkout this repository at $GOPATH/src/github.com/IBM-tfproviders
  3. cd to $GOPATH/src/github.com/IBM-tfproviders/vmware-vsphere
  4. make deps
  5. make build