disable rescue mode

main
Michael Wilson 3 years ago
parent 2d62bf5e94
commit 039042b608
  1. 1
      hcloud-k3s-cluster/main.tf

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

Loading…
Cancel
Save