- Fix generation field not being stripped when using --strip
- Fix comma placement when formatting multi-line string values inside lists
- Support resources using generateName
- Add option to remove quotes from object/map keys when not needed
- Match nested interpolation when escaping shell
- Escape shell vars in HCL output
- Fix crash when trying to use List resources
- Catch panics and print friendly error message
- Remove dependency on terraform in go.mod
- Fix empty YAML crash (#21)
- Ignore empty documents
- Add heredoc syntax for multiline strings (#14)