Rerun Pimox template finalizer after seal

This commit is contained in:
juvdiaz 2026-06-04 22:32:33 -06:00
parent 4059334602
commit 6296e52e4b
1 changed files with 3 additions and 1 deletions

View File

@ -352,7 +352,9 @@ resource "null_resource" "pimox_template_vm_finalize" {
pimox_user = var.pimox_user
ssh_key_path = var.pimox_ssh_key_path
qm_bin = var.pimox_qm_bin
finalizer_version = "3"
finalizer_version = "4"
config_hash = local.config_hash
seal_id = null_resource.pimox_template_vm_seal[0].id
vmid = tostring(var.pimox_template_vmid)
}