Following along the script, have Ubuntu installed through WSL, brew all the things and now triggering:
tmp_script=$(mktemp) && curl -sSL -o "${tmp_script}" https://raw.githubusercontent.com/kube-hetzner/terraform-hcloud-kube-hetzner/master/scripts/create.sh && chmod +x "${tmp_script}" && "${tmp_script}" && rm "${tmp_script}"
But I get the error: `Running packer build for hcloud-microos-snapshots.pkr.hcl
Error:
stat hcloud-microos-snapshots.pkr.hcl: no such file or directory`
Description
Following along the script, have Ubuntu installed through WSL, brew all the things and now triggering:
tmp_script=$(mktemp) && curl -sSL -o "${tmp_script}" https://raw.githubusercontent.com/kube-hetzner/terraform-hcloud-kube-hetzner/master/scripts/create.sh && chmod +x "${tmp_script}" && "${tmp_script}" && rm "${tmp_script}"
But I get the error: `Running packer build for hcloud-microos-snapshots.pkr.hcl Error:
stat hcloud-microos-snapshots.pkr.hcl: no such file or directory`
Kube.tf file
Screenshots
Platform
Windows