From d8b045c1921ce73f80b5809c1a73b0e132dc86a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20L=C3=B6sche?= Date: Fri, 13 Sep 2024 10:13:37 +0200 Subject: [PATCH] Update README --- plugins/hetzner/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/hetzner/README.md b/plugins/hetzner/README.md index 63a5feb024..8faac5a479 100644 --- a/plugins/hetzner/README.md +++ b/plugins/hetzner/README.md @@ -10,13 +10,13 @@ This collector is in alpha stage and may not work as expected. Use at your own r ## Configuration +Hetzner has no API to introspect a token, so you need to manually maintain the project name associated with an API token. Provide names in the same order as the corresponding API tokens. + ``` fixworker: - # List of collectors to run collector: - 'hetzner' hetzner: - # Hetzner Cloud project names - Hetzner has no API to introspect a token, so you need to manually maintain the project name associated with an API token. Provide names in the same order as the corresponding API tokens. hcloud_project_names: - 'dev' - 'global'