1. Packages
  2. Koyeb
  3. Installation & Configuration
koyeb v0.1.7 published on Wednesday, Nov 30, 2022 by Koyeb

Koyeb: Installation & Configuration

koyeb logo
koyeb v0.1.7 published on Wednesday, Nov 30, 2022 by Koyeb

    Installation

    The Pulumi Koyeb provider is available as a package in all Pulumi languages:

    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
    ```
    
    koyeb logo
    koyeb v0.1.7 published on Wednesday, Nov 30, 2022 by Koyeb