This commit is contained in:
parent
f9382d0b2a
commit
81af82d31c
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||||
|
|
Loading…
Reference in a new issue