From 64536dee765954c89f4194747e7f55730e26f70c Mon Sep 17 00:00:00 2001 From: Tim Hughes Date: Mon, 11 Sep 2017 23:08:09 +0100 Subject: fixes misspelling of boot_device in docs and example --- examples/boot/libvirt.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/boot/libvirt.tf b/examples/boot/libvirt.tf index 048b3a35..c4f074f9 100644 --- a/examples/boot/libvirt.tf +++ b/examples/boot/libvirt.tf @@ -20,7 +20,7 @@ resource "libvirt_domain" "domain-debian9-qcow2" { bridge = "br0" mac = "52:54:00:b2:2f:86" } - boot_devices { + boot_device { dev = [ "hd", "network"] } disk { -- cgit v1.2.3