Michael Kittlitz
Michael Kittlitz
Error-Message in Rancher UI: **[cmdCreateInner] error setting machine configuration from flags provided: --hetzner-image and --hetzner-image-id are mutually exclusive:Timeout waiting for ssh key** The terraform-script: ` resource "rancher2_node_template" "hetzner_create_template" { provider...
Error: Unsupported argument │ │ on 07-init-rancher-with-hetzner-node.tf line 35, in resource "rancher2_node_template" "hetzner_create_template": │ 35: additionalkeys = data.hcloud_ssh_keys.ssh_keys_master.ssh_keys.*.name │ │ An argument named "additionalkeys" is not expected here. Different approach,...
The file `node_template.md `contains only four attributes for the configuration: hetzner_config { api_token = "XXXXXXXXXX" image = "ubuntu-18.04" **(outdated! - see Issue below!)** server_location = "nbg1" server_type = "cx11" }...