Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1 KB

README.md

File metadata and controls

37 lines (24 loc) · 1 KB

Terraform Provider for Concourse CI

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 [email protected]: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.