Brendan Hay
Brendan Hay
Thanks for bringing it up, I'll update the README to reflect the changes.
It's maintained - but it currently suffices for all my use cases and new features/additions are not actively developed.
If you could provide a PR, that'd be much appreciated. Otherwise I can look into it sometime next week.
Currently, no, since I've been planning on incrementally converting _all_ Terraform code - but here are some thoughts: Importing Terraform/HCL into `terrafomo` declarations: * Introduce an `unsafe*` keyword which offers...
The current `trifecta` based parser is a better citizen regarding whitespace and will (hopefully) do the right thing regarding single-line statements such as `{% if true %} {{ var }}...