Skip to content

althelion/terraform-provider-spinnaker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spinnaker Terraform Provider

Setup and Install Spinnaker

https://spinnaker.io/docs/setup/install/

Requirements

  • Terraform 1.1.7
  • Go 1.11 (to build the provider plugin)

Building and Developing The Provider

git clone git@github.com:althelion/terraform-provider-spinnaker.git
cd terraform-provider-spinnaker/
go build
go test./...

Building the provider

If you're building the provider, follow the instructions to install it as a plugin.

Using the provider

After placing it into your plugins directory, initialize the your state file.

terraform init

About

A Spinnaker provider for Terraform

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Go 100.0%