The Koyeb Resource Provider for Pulumi lets you use Koyeb resources in your cloud programs. To use this package, please install the Pulumi CLI first.
This package is available for several languages/platforms:
To use from JavaScript or TypeScript in Node.js, install using either npm
:
npm install @koyeb/pulumi-koyeb
or yarn
:
yarn add @koyeb/pulum-koyeb
To use from Python, install using pip
:
pip install pulumi_koyeb
To use from Go, use go get
to grab the latest version of the library:
go get github.com/koyeb/pulumi-koyeb/sdk/go/...
To use from .NET, install using dotnet add package
:
dotnet add package Pulumi.Koyeb
The following configuration points are available for the koyeb
provider:
koyeb:token
- (Required) This is the Koyeb API token. This must be specified using the environment variable:KOYEB_TOKEN
.
For detailed reference documentation, please visit the Pulumi registry.