Name | Version |
---|---|
terraform | >= 1.2.0 |
hcloud | >= 1.32.0 |
Name | Version |
---|---|
hcloud | 1.44.1 |
No modules.
Name | Type |
---|---|
hcloud_placement_group.nodes-placement-group | resource |
hcloud_server.nodes-servers | resource |
Name | Description | Type | Default | Required |
---|---|---|---|---|
image | Name or ID of the image the server is created from. | string |
"ubuntu-22.04" |
no |
labels | User-defined labels (key-value pairs). | map(string) |
{} |
no |
location | The location name to create the server in. | string |
n/a | yes |
name_prefix | Prefix of the resources name to create. | string |
n/a | yes |
number | Number of instances to create. | number |
0 |
no |
server_type | Name of the server type this server should be created with. | string |
"cx11" |
no |
user_data | Cloud-Init user data to use during server creation. | string |
n/a | yes |
Name | Description |
---|---|
ipv4_addresses | Nodes public IPv4 addresses |