martinohmann / hcl-rs

HCL parsing and encoding libraries for rust with serde support
Apache License 2.0
122 stars 13 forks source link

fix(expr): deprecate `RawExpression` #275

Closed martinohmann closed 1 year ago

martinohmann commented 1 year ago

The construct was a mistake from the start and makes it possible to produce invalid HCL. It's also not needed anymore since all types from the HCL expression language are implemented.