Results 22 issues of David Tulloh

``` │ Error: Provider produced inconsistent result after apply │ │ When applying changes to libvirt_domain.worker_node[0], provider │ "provider[\"registry.opentofu.org/dmacvicar/libvirt\"]" produced an unexpected new value: │ .devices.tpms[0].model: was null, but now...

Using 0.9 Defining a volume that sits on a ZFS pool I get an error during the apply process. ``` resource "libvirt_volume" "worker_node" { name = "worker_node_${count.index}" pool = "zfs"...