Skip to content

Commit

Permalink
Merge pull request Telmate#59 from in0rdr/fix/typeset
Browse files Browse the repository at this point in the history
Cloudinit Example: Fix Typeset Assignment
  • Loading branch information
ggongaware committed Jun 5, 2019
2 parents 695ac7c + 1c9dc52 commit c5283ea
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 c5283ea

Please sign in to comment.