scain

Results 1 issues of scain

When applying this from the examples (https://github.com/dmacvicar/terraform-provider-libvirt/blob/main/examples/resources/libvirt_domain/resource.tf) : ```terraform # VM with UEFI firmware resource "libvirt_domain" "uefi_example" { name = "uefi-vm" memory = 4096 memory_unit = "MiB" vcpu = 4...