diff --git a/node.tf b/node.tf index 72963ec..90625ff 100644 --- a/node.tf +++ b/node.tf @@ -50,7 +50,7 @@ resource "proxmox_vm_qemu" "node" { cicustom = "vendor=local:snippets/cloud_init_deb12_node.yml" ipconfig0 = "ip=${var.ip_address},gw=${var.gateway}" - cpu = var.cpu + cores = var.cpu memory = var.memory agent = 1 @@ -101,7 +101,8 @@ resource "proxmox_vm_qemu" "node" { ## TF to think this needs to be rebuilt on every apply lifecycle { ignore_changes = [ - network + network, + bootdisk ] } }