Set grail tag to terraform

This commit is contained in:
tolerryan
2025-09-14 00:59:16 -05:00
parent fffd19d164
commit 25214c3567

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 = null tags = terraform
target_nodes = [ target_nodes = [
"ryuk", "ryuk",
] ]