|
|
|
@ -35,7 +35,6 @@ resource "hcloud_server" "k3s-node" { |
|
|
|
server_type = var.server_type |
|
|
|
server_type = var.server_type |
|
|
|
ssh_keys = [ "${hcloud_ssh_key.pubkey.id}" ] |
|
|
|
ssh_keys = [ "${hcloud_ssh_key.pubkey.id}" ] |
|
|
|
location = var.server_location |
|
|
|
location = var.server_location |
|
|
|
rescue = "linux64" |
|
|
|
|
|
|
|
firewall_ids = [ hcloud_firewall.fw.id ] |
|
|
|
firewall_ids = [ hcloud_firewall.fw.id ] |
|
|
|
placement_group_id = hcloud_placement_group.k3s-cluster-nodes.id |
|
|
|
placement_group_id = hcloud_placement_group.k3s-cluster-nodes.id |
|
|
|
depends_on = [ |
|
|
|
depends_on = [ |
|
|
|
|