Maintainers
This provider plugin is maintained by:
Requirements
- Terraform 0.12.x
- Go 1.12.x (to build the provider plugin)
Building the Provider
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
Using the provider
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.