{"id":"ftl2-hcloud-token-via-secret-bindings","text":"`HCLOUD_TOKEN` is injected into Hetzner modules via secret bindings (e.g., `{\"hetzner.hcloud.*\": {\"api_token\": \"HCLOUD_TOKEN\"}}`), ensuring the token is never logged or visible in scripts.","truth_value":"IN","source":"entries/2026/05/11/examples-09-hetzner-README.md","source_url":"","source_hash":"","justifications":[],"dependents":[],"metadata":{"example":"async with automation(\n    secret_bindings={\n        \"hetzner.hcloud.*\": {\"api_token\": \"HCLOUD_TOKEN\"},\n    },\n) as ftl:\n    await ftl.hetzner.hcloud.server(\n        name=\"web01\", server_type=\"cx22\", image=\"ubuntu-24.04\",\n    )"},"explanation":{"steps":[{"node":"ftl2-hcloud-token-via-secret-bindings","truth_value":"IN","reason":"premise"}]}}