Skip to content

Commit

Permalink
Remove empty custom field
Browse files Browse the repository at this point in the history
VMID is not set by the proxmox provider
  • Loading branch information
mraerino committed Feb 3, 2024
1 parent da224e7 commit bc54aed
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions terraform/modules/supernode/vm.tf
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,6 @@ resource "netbox_virtual_machine" "supernode" {
memory_mb = proxmox_vm_qemu.supernode.memory
disk_size_gb = local.disk_size_bytes / local.size_constants.G

custom_fields = {
proxmox_vm_id = proxmox_vm_qemu.supernode.vmid
}

tags = toset(var.tags)

lifecycle {
Expand Down

0 comments on commit bc54aed

Please sign in to comment.