hashicorp / hcl2

Former temporary home for experimental new version of HCL
https://github.com/hashicorp/hcl
Mozilla Public License 2.0
373 stars 66 forks source link

Template parsing allowing mixed escapes #82

Closed apparentlymart closed 4 years ago

apparentlymart commented 5 years ago

As reported in terraform-providers/terraform-provider-template#54, it looks like the template parsing is allowing %${ and $%{ as escape sequences, rather than requiring the two symbols to match as in $${ and %%{.

apparentlymart commented 4 years ago

This is no longer reproducible on latest master, so I'm going to close this under the assumption that we fixed it in some earlier work and the Terraform template provider was just pinned to an older version.