Compare commits

..

No commits in common. "9af820f93210cb0a58ee96f241daee84f3f309ed" and "dfece0cb835c0c79fe4407ec2415422839b6ef5e" have entirely different histories.

2 changed files with 0 additions and 5 deletions

View File

@ -1,4 +0,0 @@
#!/bin/bash
# uncomment for debug log
# export PACKER_LOG=1
packer build -on-error=cleanup -var-file=customdebian12.pkrvars.hcl debian12.pkr.hcl

View File

@ -76,7 +76,6 @@ source "proxmox-iso" "debian12" {
username = "${var.proxmox_api_token_id}" username = "${var.proxmox_api_token_id}"
vm_id = 99998 vm_id = 99998
vm_name = local.vm_name vm_name = local.vm_name
pool = "packer"
efi_config { efi_config {
efi_storage_pool = "${local.storage_pool}" efi_storage_pool = "${local.storage_pool}"