Skip to content

Commit

Permalink
fix typeset assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Gruhler committed Jun 5, 2019
1 parent 695ac7c commit 1c9dc52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/cloudinit_example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 1c9dc52

Please sign in to comment.