Skip to content

Commit 6329702

Browse files
committed
refactor: remove broad ignore_changes on disks
1 parent cd35a87 commit 6329702

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

main.tf

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -155,12 +155,8 @@ resource "libvirt_domain" "vm" {
155155
}
156156

157157
lifecycle {
158-
# Ignore device ordering changes - libvirt provider 0.9.x has a bug where
159-
# it returns disks in a different order than specified, causing
160-
# "Provider produced inconsistent result after apply" errors.
161-
# Also ignore graphics changes due to similar provider bugs.
158+
# Ignore graphics changes due to similar provider bugs.
162159
ignore_changes = [
163-
devices.disks,
164160
devices.graphics,
165161
]
166162
}

0 commit comments

Comments
 (0)