Updating Debian image to 12.9
This commit is contained in:
parent
75ab6d02da
commit
ea20c5848c
@ -10,7 +10,7 @@ variable "proxmox_apitoken" {
|
|||||||
|
|
||||||
source "proxmox-iso" "debian-12" {
|
source "proxmox-iso" "debian-12" {
|
||||||
template_name = "debian-12"
|
template_name = "debian-12"
|
||||||
template_description = "Debian 12.5, generated on ${timestamp()}"
|
template_description = "Debian 12.9, generated on ${timestamp()}"
|
||||||
vm_id = "203"
|
vm_id = "203"
|
||||||
boot_wait = "10s"
|
boot_wait = "10s"
|
||||||
boot_key_interval = "200ms"
|
boot_key_interval = "200ms"
|
||||||
@ -43,8 +43,8 @@ source "proxmox-iso" "debian-12" {
|
|||||||
node = "kamino"
|
node = "kamino"
|
||||||
pool = "Templates"
|
pool = "Templates"
|
||||||
|
|
||||||
iso_url = "https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-12.5.0-amd64-netinst.iso"
|
iso_url = "https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-12.9.0-amd64-netinst.iso"
|
||||||
iso_checksum = "sha256:013f5b44670d81280b5b1bc02455842b250df2f0c6763398feb69af1a805a14f"
|
iso_checksum = "sha256:1257373c706d8c07e6917942736a865dfff557d21d76ea3040bb1039eb72a054"
|
||||||
iso_storage_pool = "iso"
|
iso_storage_pool = "iso"
|
||||||
unmount_iso = true
|
unmount_iso = true
|
||||||
iso_download_pve = true
|
iso_download_pve = true
|
||||||
|
Loading…
Reference in New Issue
Block a user