feat(lawndale-vm): ignore_changes to prevent perpetual diff
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-11-28 01:22:10 +01:00
parent c1f35a667d
commit 69408d9be8

View File

@@ -79,6 +79,10 @@ resource "libvirt_domain" "this" {
xslt = xml.value xslt = xml.value
} }
} }
lifecycle {
ignore_changes = [nvram, disk[0].scsi]
}
} }
resource "libvirt_cloudinit_disk" "this" { resource "libvirt_cloudinit_disk" "this" {