From 1c9dc52026e7bcbc5d1675197b2bf3bb7b0a55de Mon Sep 17 00:00:00 2001 From: Andreas Gruhler Date: Wed, 5 Jun 2019 22:24:04 +0200 Subject: [PATCH] fix typeset assignment --- examples/cloudinit_example.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/cloudinit_example.tf b/examples/cloudinit_example.tf index bf275a5..e2ac114 100644 --- a/examples/cloudinit_example.tf +++ b/examples/cloudinit_example.tf @@ -25,7 +25,7 @@ resource "proxmox_vm_qemu" "cloudinit-test" { memory = "2048" # Setup the disk. The id has to be unique - disk = { + disk { id = 0 size = 32 type = "virtio" @@ -35,7 +35,7 @@ resource "proxmox_vm_qemu" "cloudinit-test" { } # Setup the network interface and assign a vlan tag: 256 - network = { + network { id = 0 model = "virtio" bridge = "vmbr0"