nas tagged to terraform

This commit is contained in:
tolerryan
2025-09-14 01:00:04 -05:00
parent 25214c3567
commit d18d167f12

2
nas.tf
View File

@@ -31,7 +31,7 @@ resource "proxmox_vm_qemu" "nas" {
EOT EOT
startup = null startup = null
tablet = true tablet = true
tags = terraform tags = "terraform"
target_nodes = [ target_nodes = [
"ryuk", "ryuk",
] ]