We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd35a87 commit 6329702Copy full SHA for 6329702
1 file changed
main.tf
@@ -155,12 +155,8 @@ resource "libvirt_domain" "vm" {
155
}
156
157
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.
+ # Ignore graphics changes due to similar provider bugs.
162
ignore_changes = [
163
- devices.disks,
164
devices.graphics,
165
]
166
0 commit comments