Added disk format value to 'qcow2', since the default is broken in proxmox plugin 1.2.1 and it really should be set anyway

This commit is contained in:
Gregory Ballantine 2025-01-27 17:09:49 -05:00
parent 6e08664e14
commit fee73891e8
6 changed files with 6 additions and 0 deletions

View File

@ -30,6 +30,7 @@ source "proxmox-iso" "almalinux-9" {
disk_size = "30G"
storage_pool = "templates"
type = "scsi"
format = "qcow2"
}
network_adapters {
bridge = "vmbr0"

View File

@ -30,6 +30,7 @@ source "proxmox-iso" "debian-12" {
disk_size = "30G"
storage_pool = "templates"
type = "scsi"
format = "qcow2"
}
network_adapters {
bridge = "vmbr0"

View File

@ -26,6 +26,7 @@ source "proxmox-iso" "freebsd-14" {
disk_size = "30G"
storage_pool = "templates"
type = "scsi"
format = "qcow2"
}
network_adapters {
bridge = "vmbr0"

View File

@ -30,6 +30,7 @@ source "proxmox-iso" "rocky-9" {
disk_size = "30G"
storage_pool = "templates"
type = "scsi"
format = "qcow2"
}
network_adapters {
bridge = "vmbr0"

View File

@ -41,6 +41,7 @@ source "proxmox-iso" "ubuntu-22" {
disk_size = "30G"
storage_pool = "templates"
type = "scsi"
format = "qcow2"
}
network_adapters {
bridge = "vmbr0"

View File

@ -41,6 +41,7 @@ source "proxmox-iso" "ubuntu-24" {
disk_size = "30G"
storage_pool = "templates"
type = "scsi"
format = "qcow2"
}
network_adapters {
bridge = "vmbr0"