The graphics type of the VMs was changed from spice to vnc for #248. This causes terraform to delete and re-create the libvirt_domain object which isn't ideal for a running cluster. The pull request indicated it would default to VNC but be made configurable so existing clusters can continue using spice but it's been releaed into v3.6.0 as is.
The graphics type of the VMs was changed from spice to vnc for #248. This causes terraform to delete and re-create the
libvirt_domainobject which isn't ideal for a running cluster. The pull request indicated it would default to VNC but be made configurable so existing clusters can continue using spice but it's been releaed into v3.6.0 as is.