nkiraly / terraform-provider-spinnaker

A Spinnaker provider for Terraform

Home Page:https://registry.terraform.io/providers/tidal-engineering/spinnaker/latest/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terraform Provider

Spinnaker

https://spinnaker.io/concepts/

Requirements

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

Building and Developing The Provider

$ git clone git@github.com:tidal-engineering/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.

About

A Spinnaker provider for Terraform

https://registry.terraform.io/providers/tidal-engineering/spinnaker/latest/docs

License:MIT License


Languages

Language:Go 100.0%