fix typeset assignment

This commit is contained in:
Andreas Gruhler 2019-06-05 22:24:04 +02:00
parent 695ac7c537
commit 1c9dc52026

View File

@ -25,7 +25,7 @@ resource "proxmox_vm_qemu" "cloudinit-test" {
memory = "2048" memory = "2048"
# Setup the disk. The id has to be unique # Setup the disk. The id has to be unique
disk = { disk {
id = 0 id = 0
size = 32 size = 32
type = "virtio" type = "virtio"
@ -35,7 +35,7 @@ resource "proxmox_vm_qemu" "cloudinit-test" {
} }
# Setup the network interface and assign a vlan tag: 256 # Setup the network interface and assign a vlan tag: 256
network = { network {
id = 0 id = 0
model = "virtio" model = "virtio"
bridge = "vmbr0" bridge = "vmbr0"