Rerun Pimox template finalizer after seal
This commit is contained in:
parent
4059334602
commit
6296e52e4b
|
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue