koyeb v0.1.8 published on Friday, Nov 15, 2024 by Koyeb
Koyeb: Installation & Configuration
Installation
The Pulumi Koyeb provider is available as a package in all Pulumi languages:
- JavaScript/TypeScript:
@koyeb/pulumi-koyeb
- Go:
github.com/koyeb/pulumi-koyeb/sdk/go/koyeb
- Python:
pulumi_koyeb
Setup
To provision resources with the Pulumi Koyeb provider, you need a Koyeb API access token to allow Pulumi to authenticate to Koyeb. Koyeb API access token credentials can be obtained from the Koyeb Control Panel.
Set environment variables
Once the credentials are obtained, there are two ways to communicate your authorization tokens to Pulumi:
Set the environment variable KOYEB_TOKEN
:
```bash
$ export KOYEB_TOKEN=XXXXXXXXXXXXXX
```