Skip to content

HelloKashif/terraform-provider-ecl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform Enterprise Cloud Provider

Maintainers

This provider plugin is maintained by:

Requirements

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

Building The Provider

Clone repository to anywhere you want:

$ git clone https://github.com/nttcom/terraform-provider-ecl 

Enter the provider directory and build the provider

$ cd terraform-provider-ecl
$ make build

Using the provider

You can browse the documentation within this repo here.

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.

$ make build
...
$ cp terraform-provider-ecl $GOPATH/bin/terraform-provider-ecl
...

About

Terraform Provider for Enterprise Cloud 2.0

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 98.2%
  • HTML 1.4%
  • Other 0.4%