Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 597 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (14 loc) · 597 Bytes

Requirements

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

Building The Provider

Clone repository to: $GOPATH/src/github.com/joshhornby/terraform-provider-twiliotaskrouter

$ mkdir -p $GOPATH/src/github.com/joshhornby; cd $GOPATH/src/github.com/joshhornby
$ git clone [email protected]:joshhornby/terraform-provider-twiliotaskrouter.git

Enter the provider directory and build the provider

$ cd $GOPATH/src/github.com/joshhornby/terraform-provider-twiliotaskrouter
$ make build