Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 1.06 KB

README.md

File metadata and controls

54 lines (35 loc) · 1.06 KB

pulumi-v7-go

This Pulumi provider enables you to manage V7 Go resources as code.

Installation

Node (example)

npm install @jamiedavenport/pulumi-v7-go

SST

sst add @jamiedavenport/pulumi-v7-go

Go (example)

go get github.com/jamiedavenport/pulumi-v7-go/sdk/go/v7go

YAML (example)

pulumi plugin install resource v7-go --server github://api.github.com/jamiedavenport/pulumi-v7-go

Python (example)

pip install pulumi-v7-go

.NET (example)

dotnet add package JamieDavenport.V7Go

Configuration

  • v7-go:apiKey - (Required) The API key to use for authentication.

Background

We've built this provider for use at Habitable. It gives us a number of benefits:

  1. Manage V7 Go resources as code
  2. Create multiple identical environments (e.g. staging, production)
  3. Review changes to V7 Go resources in pull requests
  4. Full type safety when using SST