The HetznerDNS Resource Provider lets you manage Hetzner DNS resources.
This package is available for several languages/platforms:
To use from JavaScript or TypeScript in Node.js, install using either npm
:
npm install pulumi-hetznerdns
or yarn
:
yarn add pulumi-hetznerdns
To use from Python, install using pip
:
pip install pulumi_hetznerdns
To use from Go, use go get
to grab the latest version of the library:
go get github.com/spion/pulumi-hetznerdns/sdk/go/...
To use from .NET, install using dotnet add package
:
dotnet add package Pulumi.Hetznerdns
The following configuration points are available for the foo
provider:
-
hetznerdns:apitoken
(environment:HETZNER_DNS_API_TOKEN
) - the API token forHetzner DNS
- you can create one via the settings page https://dns.hetzner.com/settings/api-token
For detailed reference documentation, please visit the Pulumi registry.
Thanks!