Make Pimox template replacement rerun provisioning
This commit is contained in:
parent
0b36e21a38
commit
bcf45c6e8b
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue