Add auth exporter module: implement Kubernetes resources, exporter logic, and testing

This commit is contained in:
2025-10-03 00:26:47 +02:00
parent 0a0d4c9c15
commit eb60d37c2d
10 changed files with 489 additions and 2 deletions
+5
View File
@@ -66,3 +66,8 @@ module "grafana" {
module "node_exporter" {
source = "../../modules/utils/node-exporter"
}
module "auth_exporter" {
source = "../../modules/utils/auth-exporter"
persistent_folder = "${local.persistent_folder}/monitoring"
}