This Pulumi provider enables you to manage V7 Go resources as code.
Node (example)
npm install @jamiedavenport/pulumi-v7-go
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
v7-go:apiKey
- (Required) The API key to use for authentication.
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