- dependencies: update
hcl/v2
tov2.20.1
(#75)
- dependencies: update
hcl/v2
tov2.20.0
(#75)
- fix regression preventing uppercase resource name (#71)
- remove
exclude github.com/sergi/go-diff v1.2.0
from go.mod
- allow uppercase letters for the resource name in the block reader (#56)
- adds support for format verbs as parameters (#58)
- support for for expressions and functions with multiple parameters (#59)
- support reStructuredText (#60)
- support format verbs in resource names (#67)
- support for the
count
meta-variable (#68)
- add option to remove colour from output with
-uncoloured
option (#52) - update to go v1.18 (#54)
- correctly surface error statuses (#50)
- add block number to json output (#49)
- update terraform-exec to v0.12.0 (#42)
- add support for
return '
blocks (#39) - use terraform-exec to manage the terraform executable (#36)
- returns actionable error codes (#33)
- suppot addtional go format verbs (#31)
- add option to mask go format versd with
-blocks
option (#29) - the
blocks
command can now return blocks null-seperated (#25) - JSON output format for
blocks
command (#23) - tolerate whitespace at the beginning of the first line (#12)
- include the terraform version in the output of
version
(#8)
- Replace
filename#linenumber
output withfilename:linenumber
(#16) - Support directory traversal with pattern matching in diff and fmt (#14)
Initial release!