Skip to content

Commit

Permalink
add multiple network devices to the example VM
Browse files Browse the repository at this point in the history
  • Loading branch information
bpg committed Dec 11, 2022
1 parent 79aa52a commit 6a99b1b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions example/resource_virtual_environment_vm.tf
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ resource "proxmox_virtual_environment_vm" "example_template" {

network_device {}

network_device {
vlan_id = 1024
}

node_name = data.proxmox_virtual_environment_nodes.example.names[0]

operating_system {
Expand Down

0 comments on commit 6a99b1b

Please sign in to comment.