From 81af82d31c6a14799915c69b7eeb0d4104f8f47e Mon Sep 17 00:00:00 2001 From: Matt Reeves Date: Sat, 7 Dec 2024 17:33:25 -0500 Subject: [PATCH] fix vmid --- terraform/proxmox/plausible.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/proxmox/plausible.tf b/terraform/proxmox/plausible.tf index adffc14..752c947 100644 --- a/terraform/proxmox/plausible.tf +++ b/terraform/proxmox/plausible.tf @@ -2,7 +2,7 @@ resource "proxmox_virtual_environment_vm" "Plausible" { # VM General Settings node_name = "prox" - vm_id = 102 + vm_id = 103 name = "Plausible" description = "Plausible" tags = ["tofu", "ubuntu24", "iac-repo", "infrastructure"]