Updated FreeBSD 14 image to 14.3

This commit is contained in:
2025-07-06 17:09:45 -04:00
parent 1e9c3f461d
commit 935a16088b

View File

@ -10,7 +10,7 @@ variable "proxmox_apitoken" {
source "proxmox-iso" "freebsd-14" {
template_name = "freebsd-14"
template_description = "FreeBSD 14.2, generated on ${timestamp()}"
template_description = "FreeBSD 14.3, generated on ${timestamp()}"
vm_id = "202"
boot_wait = "10s"
boot_key_interval = "200ms"
@ -42,8 +42,8 @@ source "proxmox-iso" "freebsd-14" {
boot_iso {
type = "scsi"
iso_url = "https://download.freebsd.org/releases/amd64/amd64/ISO-IMAGES/14.2/FreeBSD-14.2-RELEASE-amd64-bootonly.iso"
iso_checksum = "sha256:d063e48b81b99005c8097e60377c23fb07e4116c5f0c0b41a5dc368fc4df6bf9"
iso_url = "https://download.freebsd.org/releases/amd64/amd64/ISO-IMAGES/14.3/FreeBSD-14.3-RELEASE-amd64-bootonly.iso"
iso_checksum = "sha256:b3c242b27e0dda3efc280c4a68f5cbe0b8dbc50d7993baadef7617bf32b17f0c"
iso_download_pve = true
iso_storage_pool = "iso"
unmount = true