packer template with parameters

This commit is contained in:
Stefan Le Breton 2024-11-24 12:05:45 +01:00
parent 408a111299
commit 854c3aecad

View file

@ -1,7 +1,7 @@
packer {
required_plugins {
hcloud = {
version = ">= 1.2"
version = ">= 1.6"
source = "github.com/hetznercloud/hcloud"
}
}
@ -37,7 +37,6 @@ source "hcloud" "talos" {
os = "talos",
version = "${var.version}",
cluster = "${var.cluster_name}"
#schematic = "${var.talos_schematic_id}"
}
}