vms/recipes/alpine/locals.globals.pkr.hcl
2023-06-29 16:38:20 +02:00

7 lines
77 B
HCL

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