1. Packages
  2. Hetzner Cloud
  3. Installation & Configuration
Hetzner Cloud v1.18.1 published on Tuesday, Apr 9, 2024 by Pulumi

Hetzner Cloud: Installation & Configuration

hcloud logo
Hetzner Cloud v1.18.1 published on Tuesday, Apr 9, 2024 by Pulumi

    The Pulumi Hetzner Cloud provider uses the Hetzner Cloud SDK to manage and provision resources.

    Installation

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

    Configuring Credentials

    Pulumi relies on the Hetzner Cloud SDK to authenticate requests from your computer to Hetzner Cloud. Your credentials are never sent to pulumi.com. The Pulumi Hetzner Cloud Provider needs to be configured with Hetzner Cloud credentials before it can be used to create resources.

    Once the credentials are obtained, there are two ways to communicate your authorization tokens to Pulumi:

    1. Set the environment variable HCLOUD_TOKEN:

      $ export HCLOUD_TOKEN=XXXXXXXXXXXXXX
      
    2. Set them using configuration, if you prefer that they be stored alongside your Pulumi stack for easy multi-user access:

      $ pulumi config set hcloud:token XXXXXXXXXXXXXX --secret
      

    Remember to pass --secret when setting hcloud:token so that it is properly encrypted. The complete list of configuration parameters is in the Hetzner Cloud provider README.

    hcloud logo
    Hetzner Cloud v1.18.1 published on Tuesday, Apr 9, 2024 by Pulumi