vms/recipes/nuo/locals.globals.pkr.hcl

7 lines
77 B
HCL
Raw Permalink Normal View History

2023-10-11 09:29:46 +02:00
locals {
Globals = {
Vars = {
PrometheusPort = "9090"
}
}
}