7 lines
107 B
HCL
7 lines
107 B
HCL
job "foo" {
|
|
constraint {
|
|
attribute = "$meta.data"
|
|
set_contains = "foo,bar,baz"
|
|
}
|
|
}
|