diff --git a/terraform/main.tf b/terraform/main.tf index d86c140..9a68fcf 100644 --- a/terraform/main.tf +++ b/terraform/main.tf @@ -66,14 +66,7 @@ resource "proxmox_vm_qemu" "control_planes" { } lifecycle { - ignore_changes = [ - boot, - bootdisk, - scsihw, - ipconfig0, - ciuser, - sshkeys, - ] + ignore_changes = all } } @@ -128,13 +121,6 @@ resource "proxmox_vm_qemu" "workers" { } lifecycle { - ignore_changes = [ - boot, - bootdisk, - scsihw, - ipconfig0, - ciuser, - sshkeys, - ] + ignore_changes = all } }