Cleanup diun references from ntfy, diun was never actually committed

This commit is contained in:
2026-04-18 16:44:44 +10:00
parent a30e60b557
commit 54dbe0c667
2 changed files with 0 additions and 12 deletions

View File

@@ -6,7 +6,6 @@ resource "nomad_variable" "ntfy" {
path = "nomad/jobs/ntfy"
items = {
database_pw = data.sops_file.secrets.data["ntfy.database_pw"]
diun_token = data.sops_file.secrets.data["diun.ntfy_token"]
}
}