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

7 lines
77 B
HCL
Raw Permalink Normal View History

2022-12-06 15:44:25 +01:00
locals {
Globals = {
Vars = {
PrometheusPort = "9090"
}
}
}