Files
nomad/vendor/github.com/hashicorp
Mahmood Ali 9ebf0a7645 Upgrade hcl2 to validate arrays for unknown values
This upgrades hcl2 library dependency to pick up
https://github.com/hashicorp/hcl2/pull/113 .

Prior to this change, parsing and decoding array attributes containing
invalid errors (e.g. references to unknown variables) are silently
dropped, with `cty.Unknown` being assigned to the bad element.  Rather
than showing a type/meaningful error from hcl2, we get a very decrypted
error message from msgpack layer trying to handle `cty.unknown`.

This ensures that we propagate diagnostics correctly and report
meaningful errors to users.

Fixes https://github.com/hashicorp/nomad/issues/5694
Fixes https://github.com/hashicorp/nomad/issues/5680
2019-06-17 12:28:14 -04:00
..
2016-02-12 10:02:16 -08:00
2017-02-10 19:41:28 -05:00
2017-09-07 17:15:56 -07:00
2016-02-12 10:02:16 -08:00
2019-01-08 17:43:20 +01:00
2016-08-17 16:23:29 -07:00
2018-04-09 17:19:26 -04:00
2018-03-20 10:39:39 -07:00
2016-10-06 12:36:44 -07:00
2019-04-30 10:31:35 -04:00
2016-02-12 10:02:16 -08:00
2016-02-12 10:02:16 -08:00
2019-01-04 16:56:26 +00:00
2018-09-17 13:58:51 -07:00