Releases: drlau/tfplanparse
Releases · drlau/tfplanparse
v0.0.14
This release naively implements jsonencode
. The underlying UpdateType
of the top level Map or Array may be incorrect, but now parsing will actually succeed.
v0.0.13
This release fixes a bug with parsing destroyed maps where the null
delimiter is on the same line as the map delimiter:
v0.0.12
This release fixes initializing multiline attributes from colored text.
v0.0.11
This release fixes the breaking bug in v0.0.10.
v0.0.10
This release fixes parsing a resource with a colored line.
v0.0.9
This release adds a IgnoreNoOp
option and overhauls the internal handling of attribute changes.
v0.0.8
This release removes the unused heredoc token and fixes parsing plans with a heredoc.
v0.0.7
This releases fixes skipping every other resource and removing extra double quotes.
v0.0.6
- Added array resource support
- Added experimental heredoc support
- Added support for no-op resources
v0.0.5
This release improves the handling of addresses with data
.