Make Pimox template replacement rerun provisioning
Homelab Main / validate (push) Waiting to run Details
Homelab Main / deploy (push) Blocked by required conditions Details

This commit is contained in:
juvenal.diaz 2026-09-25 13:48:06 -06:00
parent 0b36e21a38
commit bcf45c6e8b
1 changed files with 12 additions and 11 deletions

View File

@ -133,8 +133,9 @@ resource "null_resource" "pimox_template_vm_create" {
pimox_user = var.pimox_user pimox_user = var.pimox_user
ssh_key_path = var.pimox_ssh_key_path ssh_key_path = var.pimox_ssh_key_path
qm_bin = var.pimox_qm_bin qm_bin = var.pimox_qm_bin
builder_version = "6" builder_version = "7"
config_hash = local.config_hash config_hash = local.config_hash
replace_existing = tostring(var.pimox_template_replace_existing)
vmid = tostring(var.pimox_template_vmid) vmid = tostring(var.pimox_template_vmid)
name = var.pimox_template_name name = var.pimox_template_name
cores = tostring(var.pimox_template_cores) cores = tostring(var.pimox_template_cores)