diff options
author | Tim Hughes <tim.hughes@lmax.com> | 2017-09-11 23:08:09 +0100 |
---|---|---|
committer | Tim Hughes <tim.hughes@lmax.com> | 2017-09-11 23:08:09 +0100 |
commit | 64536dee765954c89f4194747e7f55730e26f70c (patch) | |
tree | ef5caa18372579ed333df098841426941941dbf9 /examples/boot | |
parent | a605a9eb1332875feb9175563c7778d909ef5514 (diff) | |
download | terraform-provider-libvirt-64536dee765954c89f4194747e7f55730e26f70c.tar terraform-provider-libvirt-64536dee765954c89f4194747e7f55730e26f70c.tar.gz |
fixes misspelling of boot_device in docs and example
Diffstat (limited to 'examples/boot')
-rw-r--r-- | examples/boot/libvirt.tf | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |