summaryrefslogtreecommitdiff
path: root/examples/uefi/libvirt.tf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/uefi/libvirt.tf')
-rw-r--r--examples/uefi/libvirt.tf2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/uefi/libvirt.tf b/examples/uefi/libvirt.tf
index 1419806f..548f48a0 100644
--- a/examples/uefi/libvirt.tf
+++ b/examples/uefi/libvirt.tf
@@ -33,6 +33,6 @@ resource "libvirt_domain" "domain" {
graphics {
type = "spice"
listen_type = "address"
- autoport = true
+ autoport = "yes"
}