vms/recipes/alpine/locals.globals.pkr.hcl
2022-12-16 09:31:52 +01:00

7 lines
77 B
HCL

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