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

7 lines
77 B
HCL

locals {
Globals = {
Vars = {
PrometheusPort = "9090"
}
}
}