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

7 lines
77 B
HCL
Raw Normal View History

2023-09-28 16:34:53 +02:00
locals {
Globals = {
Vars = {
PrometheusPort = "9090"
}
}
}