Skip to content

homedepot/terraform-provider-spinnaker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform Provider

Spinnaker

https://spinnaker.io/concepts/

Requirements

  • Terraform 0.10.x
  • Go 1.14 (to build the provider plugin)

Building and Developing The Provider

$ git clone [email protected]:homedepot/terraform-provider-spinnaker.git
$ cd terraform-provider-spinnaker/
$ go build
$ go test ./...

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.