cloudbees/terraform-provider-vsphere

Name: terraform-provider-vsphere

Owner: CloudBees

Description: Terraform vsphere provider

Forked from: terraform-providers/terraform-provider-vsphere

Created: 2017-07-31 16:52:14.0

Updated: 2017-07-31 16:52:16.0

Pushed: 2017-07-31 16:57:04.0

Homepage:

Size: 2701

Language: Go

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Terraform Provider

Requirements
Building The Provider

Clone repository to: $GOPATH/src/github.com/terraform-providers/terraform-provider-vsphere

dir -p $GOPATH/src/github.com/terraform-providers; cd $GOPATH/src/github.com/terraform-providers
t clone git@github.com:terraform-providers/terraform-provider-vsphere

Enter the provider directory and build the provider

 $GOPATH/src/github.com/terraform-providers/terraform-provider-vsphere
ke build
Using the provider
Fill in for each provider
Developing the Provider

If you wish to work on the provider, you'll first need Go installed on your machine (version 1.8+ is required). You'll also need to correctly setup a GOPATH, as well as adding $GOPATH/bin to your $PATH.

To compile the provider, run make build. This will build the provider and put the provider binary in the $GOPATH/bin directory.

ke build

OPATH/bin/terraform-provider-vsphere

In order to test the provider, you can simply run make test.

ke test

In order to run the full suite of Acceptance tests, run make testacc.

Note: Acceptance tests create real resources, and often cost money to run.

ke testacc

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.