Skip to content
This repository has been archived by the owner on Jul 29, 2020. It is now read-only.

[Without maintainer]Terraform Provider for Rancher 2

Notifications You must be signed in to change notification settings

hashlab/terraform-provider-rancher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform Provider for Rancher 2

Requirements

  • Terraform 0.11.x
  • Go 1.10 (to build the provider plugin)

Building The Provider

Clone repository to: $GOPATH/src/github.com/hashlab/terraform-provider-rancher

$ mkdir -p $GOPATH/src/github.com/hashlab
$ cd $GOPATH/src/github.com/hashlab
$ git clone git@github.com:hashlab/terraform-provider-rancher

Enter the provider directory and build the provider

$ cd $GOPATH/src/github.com/hashlab/terraform-provider-rancher
$ make build

Developing the Provider

If you wish to work on the provider, you'll first need Go installed on your machine (version 1.10+ 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.

$ make build
$ $GOPATH/bin/terraform-provider-rancher

About

[Without maintainer]Terraform Provider for Rancher 2

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published