From 25214c35679b9f7348915fe8713ee530efbf3cca Mon Sep 17 00:00:00 2001 From: tolerryan <105945216+tolerryan@users.noreply.github.com> Date: Sun, 14 Sep 2025 00:59:16 -0500 Subject: [PATCH] Set grail tag to terraform --- nas.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nas.tf b/nas.tf index eb2733e..fd2df1a 100644 --- a/nas.tf +++ b/nas.tf @@ -31,7 +31,7 @@ resource "proxmox_vm_qemu" "nas" { EOT startup = null tablet = true - tags = null + tags = terraform target_nodes = [ "ryuk", ]