Releases: jrhouston/tfk8s
Releases · jrhouston/tfk8s
v0.1.10
- Fix generation field not being stripped when using --strip
v0.1.8
- Support resources using generateName
- Add option to remove quotes from object/map keys when not needed
- Match nested interpolation when escaping shell
v0.1.7
- Escape shell vars (
${...}
) in HCL output so they are not interpolated by Terraform (#28)
v0.1.6
- Fix crash when trying to use List resources
- Catch panics and print friendly error message
v0.1.5
Merge pull request #22 from jrhouston/remove-tf-dep
Remove dependency on terraform project
v0.1.4
- Ignore empty YAML documents
v0.1.3
- Fix bug where empty documents were causing a panic.
v0.1.2
- Add support for heredoc multi-line strings