blackstork-io / fabric

An open-source command-line tool for reporting workflow automation and a configuration language for reusable templates. Reporting-as-Code
https://blackstork.io/fabric/
Apache License 2.0
10 stars 0 forks source link

HCL expressions #59

Open traut opened 3 months ago

traut commented 3 months ago

Description

Investigate and document the extent to which the HCL expressions are supported in Fabric configuration files.

For example, some of the features might be:

Andrew-Morozko commented 3 months ago

Consider using more of hcl.EvalContext. May simplify current ref parsing/eval and local contexts

traut commented 4 weeks ago

I think this issue should be about clarification -- what HCL features are supported by the parser out of the box?