open-nomad/jobspec/test-fixtures/tg-scaling-policy.hcl
Seth Hoenig 889e7ddd0c build: use hashicorp hclfmt
We have been using fatih/hclfmt which is long abandoned. Instead, switch
to HashiCorp's own hclfmt implementation. There are some trivial changes in
behavior around whitespace.
2020-05-24 18:31:57 -05:00

17 lines
215 B
HCL

job "elastic" {
group "group" {
scaling {
enabled = false
min = 5
max = 100
policy {
foo = "bar"
b = true
val = 5
f =.1
}
}
}
}