fix vmid
All checks were successful
OpenTofu Automation / deploy (push) Successful in 16s

This commit is contained in:
Matt Reeves 2024-12-07 17:33:25 -05:00
parent f9382d0b2a
commit 81af82d31c

View file

@ -2,7 +2,7 @@ resource "proxmox_virtual_environment_vm" "Plausible" {
# VM General Settings # VM General Settings
node_name = "prox" node_name = "prox"
vm_id = 102 vm_id = 103
name = "Plausible" name = "Plausible"
description = "Plausible" description = "Plausible"
tags = ["tofu", "ubuntu24", "iac-repo", "infrastructure"] tags = ["tofu", "ubuntu24", "iac-repo", "infrastructure"]