locals { app_version = var.tag monitoring_folder = "${var.persistent_folder}/grafana" grafana_datasource_config = file("${path.module}/resources/default.yml") grafana_dashboard_provider = file("${path.module}/resources/dashboard-provider.yml") grafana_trivy_dashboard = file("${path.module}/resources/trivy-vulnerabilities-dashboard.json") grafana_gpu_realtime_dashboard = file("${path.module}/resources/gpu-realtime-dashboard.json") }