Files
nomad/jobspec2
Mahmood Ali 6ab7f49459 hcl2: handle unquoted undefined variables (#10419)
This fixes a regression in #10326, to handle unquoted unknown variables.

The HCL job may contain unquoted undefined variable references without ${...} wrapping, e.g. value = meta.node_class. In 1.0.4, this got parsed as value = "${meta.node_class}".

This code performs a scan to find the relevant ${ and }, and only tries to find the closest ones with whitespace as the only separator.
2021-04-21 13:24:22 -04:00
..
2020-11-09 14:35:02 -05:00
2020-10-26 16:24:43 -04:00
2020-10-22 11:49:37 -04:00
2020-11-12 11:44:49 -05:00
2020-11-12 11:44:49 -05:00