This provider plugin is maintained by:
- Benjamin P. Jung headcr4sh@gmail.com
- Nick Larsen nick@aptiv.co.nz
Clone repository outside of your GOPATH:
$ mkdir -p ~/Projects; cd ~/Projects
$ git clone git@github.com:cathive/terraform-provider-concourse
Enter the provider directory and build the provider
$ cd ~/Projects/terraform-provider-concourse
$ make build
If you're building the provider, follow the instructions to install it as a plugin.
After placing it into your plugins directory, run terraform init
to initialize it.
Documentation for all data providers and resources can be found in the subfolder /docs/ right here in this repository.