Hetzner#
This module takes care of creating the Hetzner Cloud servers and connecting them to external IPs.
Requirements#
Providers#
Modules#
No modules.
Resources#
| Name |
Description |
Type |
Default |
Required |
| hcloud_token |
The hetzner cloud token to use |
string |
n/a |
yes |
| nodes |
Kubernetes nodes definitions |
map(any) |
n/a |
yes |
Outputs#
| Name |
Description |
| floating_ip |
The floating IP address of the first worker node |
| nodes |
Hetzner Cloud VMs with their respective roles |
| ssh_key |
Generated SSH key for the Hetzner Cloud VMs |