This provider plugin is maintained by:
- Benjamin P. Jung [email protected]
- Nick Larsen [email protected]
Clone repository outside of your GOPATH:
$ mkdir -p ~/Projects; cd ~/Projects
$ git clone [email protected]: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.