@jamiedavenport/pulumi-v7-go
v0.2.1
Published
This Pulumi provider enables you to manage [V7 Go](https://www.v7labs.com/go) resources as code.
Downloads
40
Readme
pulumi-v7-go
This Pulumi provider enables you to manage V7 Go resources as code.
Installation
Node (example)
npm install @jamiedavenport/pulumi-v7-goSST
sst add @jamiedavenport/pulumi-v7-goGo (example)
go get github.com/jamiedavenport/pulumi-v7-go/sdk/go/v7goYAML (example)
pulumi plugin install resource v7-go --server github://api.github.com/jamiedavenport/pulumi-v7-goPython (example)
pip install pulumi-v7-go.NET (example)
dotnet add package JamieDavenport.V7GoConfiguration
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:
- Manage V7 Go resources as code
- Create multiple identical environments (e.g. staging, production)
- Review changes to V7 Go resources in pull requests
- Full type safety when using SST
