diff --git a/lawndale-vm/compute.tf b/lawndale-vm/compute.tf index 325506c..c194574 100644 --- a/lawndale-vm/compute.tf +++ b/lawndale-vm/compute.tf @@ -79,6 +79,10 @@ resource "libvirt_domain" "this" { xslt = xml.value } } + + lifecycle { + ignore_changes = [nvram, disk[0].scsi] + } } resource "libvirt_cloudinit_disk" "this" {