Danielle Tomlinson
3d0a45f6e5
scheduler: Add is_set/is_not_set constraints
...
This adds constraints for asserting that a given attribute or value
exists, or does not exist. This acts as a companion to =, or !=
operators, e.g:
```hcl
constraint {
attribute = "${attrs.type}"
operator = "!="
value = "database"
}
constraint {
attribute = "${attrs.type}"
operator = "is_set"
}
```
2018-11-15 11:00:32 -08:00
..
2017-09-26 15:26:33 -07:00
2017-07-07 12:03:11 -07:00
2018-11-13 10:29:03 -08:00
2018-11-13 10:29:03 -08:00
2018-11-12 15:06:45 -06:00
2018-11-15 11:00:32 -08:00
2018-11-15 11:00:32 -08:00
2018-11-15 11:00:32 -08:00
2018-10-04 14:57:25 -07:00
2018-10-30 11:06:32 -05:00
2018-11-02 17:59:53 -05:00
2018-11-02 17:59:53 -05:00
2018-09-15 16:23:13 -07:00
2018-11-08 10:31:19 -06:00
2018-11-15 11:00:32 -08:00
2018-10-16 15:34:32 -07:00
2018-03-28 12:26:28 -05:00
2018-05-08 17:26:57 -05:00
2018-10-08 21:03:49 -05:00
2017-10-13 14:36:02 -07:00
2018-10-30 11:06:32 -05:00
2018-09-04 16:10:11 -05:00
2018-09-04 16:10:11 -05:00
2018-09-04 16:10:11 -05:00
2018-09-15 16:23:13 -07:00
2017-10-13 14:36:02 -07:00
2018-10-04 14:57:25 -07:00
2018-10-30 11:06:32 -05:00
2018-10-30 11:06:32 -05:00
2018-10-30 11:06:32 -05:00
2018-11-01 16:36:11 -05:00
2018-10-13 12:27:49 -07:00
2018-10-16 15:34:32 -07:00