7 lines
107 B
HCL
7 lines
107 B
HCL
job "foo" {
|
|
constraint {
|
|
attribute = "$attr.kernel.version"
|
|
version = "~> 3.2"
|
|
}
|
|
}
|