nttcom / terraform-provider-fic

Terraform Provider for Flexible InterConnect

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terraform Flexible InterConnect(FIC) Provider

Maintainers

This provider plugin is maintained by:

Documentation

Full, comprehensive documentation is available on the Terraform website:

https://registry.terraform.io/providers/nttcom/fic/latest/docs

Requirements

  • Terraform 0.12.x
  • Go 1.13 (to build the provider plugin)

Building The Provider

Clone repository to anywhere you want:

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

Enter the provider directory and build the provider

$ cd terraform-provider-fic
$ 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-fic $GOPATH/bin/terraform-provider-fic
...

About

Terraform Provider for Flexible InterConnect

License:Mozilla Public License 2.0


Languages

Language:Go 97.6%Language:HTML 1.3%Language:Shell 0.9%Language:Makefile 0.3%