terraform: grant monitoring02 access to apiary-token secret
Some checks failed
Run nix flake check / flake-check (push) Failing after 3m59s
Run nix flake check / flake-check (pull_request) Failing after 4m20s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-17 00:52:07 +01:00
parent 4cbaa33475
commit a013e80f1a

View File

@@ -104,10 +104,11 @@ locals {
] ]
} }
# monitoring02: Grafana test instance # monitoring02: Grafana + VictoriaMetrics
"monitoring02" = { "monitoring02" = {
paths = [ paths = [
"secret/data/hosts/monitoring02/*", "secret/data/hosts/monitoring02/*",
"secret/data/hosts/monitoring01/apiary-token",
"secret/data/services/grafana/*", "secret/data/services/grafana/*",
] ]
} }