mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-07-04 15:46:16 +00:00
Update fleet_pipelines.tf
This commit is contained in:
parent
51efda6053
commit
f58893d590
1 changed files with 25 additions and 0 deletions
|
|
@ -25,3 +25,28 @@ resource "grafana_fleet_management_pipeline" "this" {
|
||||||
matchers = each.value.matchers
|
matchers = each.value.matchers
|
||||||
contents = file("${path.module}/fleet_pipelines/${each.key}.alloy")
|
contents = file("${path.module}/fleet_pipelines/${each.key}.alloy")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
import {
|
||||||
|
to = module.grafana.grafana_fleet_management_pipeline.this["linux_node_linux"]
|
||||||
|
id = "linux_node_linux"
|
||||||
|
}
|
||||||
|
|
||||||
|
import {
|
||||||
|
to = module.grafana.grafana_fleet_management_pipeline.this["octopus_exporter"]
|
||||||
|
id = "octopus_exporter"
|
||||||
|
}
|
||||||
|
|
||||||
|
import {
|
||||||
|
to = module.grafana.grafana_fleet_management_pipeline.this["plex"]
|
||||||
|
id = "plex"
|
||||||
|
}
|
||||||
|
|
||||||
|
import {
|
||||||
|
to = module.grafana.grafana_fleet_management_pipeline.this["caddy_linux"]
|
||||||
|
id = "caddy_linux"
|
||||||
|
}
|
||||||
|
|
||||||
|
import {
|
||||||
|
to = module.grafana.grafana_fleet_management_pipeline.this["docker_linux"]
|
||||||
|
id = "docker_linux"
|
||||||
|
}
|
||||||
Loading…
Add table
Reference in a new issue