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:
		| @@ -30,6 +30,7 @@ source "proxmox-iso" "almalinux-9" { | ||||
|     disk_size              = "30G" | ||||
|     storage_pool           = "templates" | ||||
|     type                   = "scsi" | ||||
|     format                 = "qcow2" | ||||
|   } | ||||
|   network_adapters { | ||||
|     bridge                 = "vmbr0" | ||||
|   | ||||
| @@ -30,6 +30,7 @@ source "proxmox-iso" "debian-12" { | ||||
|     disk_size              = "30G" | ||||
|     storage_pool           = "templates" | ||||
|     type                   = "scsi" | ||||
|     format                 = "qcow2" | ||||
|   } | ||||
|   network_adapters { | ||||
|     bridge                 = "vmbr0" | ||||
|   | ||||
| @@ -26,6 +26,7 @@ source "proxmox-iso" "freebsd-14" { | ||||
|     disk_size              = "30G" | ||||
|     storage_pool           = "templates" | ||||
|     type                   = "scsi" | ||||
|     format                 = "qcow2" | ||||
|   } | ||||
|   network_adapters { | ||||
|     bridge                 = "vmbr0" | ||||
|   | ||||
| @@ -30,6 +30,7 @@ source "proxmox-iso" "rocky-9" { | ||||
|     disk_size              = "30G" | ||||
|     storage_pool           = "templates" | ||||
|     type                   = "scsi" | ||||
|     format                 = "qcow2" | ||||
|   } | ||||
|   network_adapters { | ||||
|     bridge                 = "vmbr0" | ||||
|   | ||||
| @@ -41,6 +41,7 @@ source "proxmox-iso" "ubuntu-22" { | ||||
|     disk_size              = "30G" | ||||
|     storage_pool           = "templates" | ||||
|     type                   = "scsi" | ||||
|     format                 = "qcow2" | ||||
|   } | ||||
|   network_adapters { | ||||
|     bridge                 = "vmbr0" | ||||
|   | ||||
| @@ -41,6 +41,7 @@ source "proxmox-iso" "ubuntu-24" { | ||||
|     disk_size              = "30G" | ||||
|     storage_pool           = "templates" | ||||
|     type                   = "scsi" | ||||
|     format                 = "qcow2" | ||||
|   } | ||||
|   network_adapters { | ||||
|     bridge                 = "vmbr0" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user