This repository has been archived on 2025-11-23. You can view files and clone it, but cannot push or open issues or pull requests.
decentral1se 61909b4e34
Some checks failed
continuous-integration/drone/push Build is failing
Rampaging this into shape
2021-04-07 19:36:49 +02:00
2021-03-10 23:25:27 +01:00
2021-04-07 19:36:49 +02:00
2021-03-10 23:51:42 +01:00
2021-04-07 19:36:49 +02:00

abra-hetzner

Build Status

Hetzner plugin for abra.

Hacking

You can read the Hetzner Cloud API docs (e.g. locations endpoint).

Then you can make requests and see what comes out. These values can then fed into this plugin as configurables.

$ export HETZNER_API_TOKEN=<hetzner-api-token>
$ curl -H "Authorization: Bearer $HETZNER_API_TOKEN" 'https://api.hetzner.cloud/v1/locations' | jq '.locations | .[] | .name'`
"fsn1"
"nbg1"
"hel1"
Description
Hetzner provisioner plugin for abra
Readme 293 KiB
Languages
Shell 95.7%
Makefile 4.3%