7 lines
77 B
HCL
7 lines
77 B
HCL
|
locals {
|
||
|
Globals = {
|
||
|
Vars = {
|
||
|
PrometheusPort = "9090"
|
||
|
}
|
||
|
}
|
||
|
}
|