packer template with parameters
This commit is contained in:
parent
408a111299
commit
854c3aecad
1 changed files with 2 additions and 3 deletions
|
|
@ -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}"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue