pulumi / pulumi-hcloud

A Hetzner Cloud Pulumi resource package, providing multi-language access to Hetzner Cloud
Apache License 2.0
62 stars 6 forks source link

HCloud provider

The HCloud resource provider for Pulumi lets you use Hetzner Cloud resources in your infrastructure programs. To use this package, please install the Pulumi CLI first.

Installing

This package is available in many languages in the standard packaging formats.

Node.js (Java/TypeScript)

To use from JavaScript or TypeScript in Node.js, install using either npm:

$ npm install @pulumi/hcloud

or yarn:

$ yarn add @pulumi/hcloud

Python

To use from Python, install using pip:

$ pip install pulumi-hcloud

Go

To use from Go, use go get to grab the latest version of the library

$ go get github.com/pulumi/pulumi-hcloud/sdk

.NET

To use from .NET, install using dotnet add package:

$ dotnet add package Pulumi.HCloud

Configuration

The following configuration points are available:

Reference

For further information, please visit the HCloud provider docs or for detailed reference documentation, please visit the API docs.