0.0.5-alpha.3 • Published 2 years ago
@zeet-dev/pulumi-zeet v0.0.5-alpha.3
pulumi-zeet
A pulumi provider for Zeet.
:warning: This project is in alpha: This is an experimental project, and is not supported at this time!
Overview
Supported Languages:
- Go 1.18+
Getting Started
Install the pulumi provider plugin
pulumi plugin install resource zeet ${VERSION} --server github://api.github.com/zeet-dev
Configure your pulumi stack
pulumi config set zeet:endpoint ${ZEET_API_URL} pulumi config set --secret zeet:api-token ${ZEET_API_TOKEN}
Golang Stack
- Install the SDK
go get github.com/zeet-dev/pulumi-zeet
Typescript Stack
- Install the SDK
npm i @zeet-dev/pulumi-zeet