Skip to content

Commit 81af82d

Browse files
committedDec 7, 2024
fix vmid
1 parent f9382d0 commit 81af82d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎terraform/proxmox/plausible.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ resource "proxmox_virtual_environment_vm" "Plausible" {
22

33
# VM General Settings
44
node_name = "prox"
5-
vm_id = 102
5+
vm_id = 103
66
name = "Plausible"
77
description = "Plausible"
88
tags = ["tofu", "ubuntu24", "iac-repo", "infrastructure"]

0 commit comments

Comments
 (0)
Please sign in to comment.