Extra characters after interpolation expression

Hi @gabrieltz :wave:

That’s interesting! I was able to reproduce it and it does seem like a bug in the HCL2 parser.

To go into a bit of more details, HCL2 expects identifiers to start with a letter, but Nomad doesn’t have this requirement for client meta attributes, which is what you are using.

Would you mind filing a bug report?

Thank you!