cnuber / terraform-provider-vsphere

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terraform provider for vsphere

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 teraform provider for vsphere.

  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

About

License:Mozilla Public License 2.0


Languages

Language:Go 99.5%Language:Makefile 0.5%