Releases: hashicorp/terraform-exec
Releases · hashicorp/terraform-exec
v0.16.0
v0.15.0
v0.14.0
v0.13.3
v0.13.2
v0.13.1
v0.13.0
v0.12.0
BREAKING CHANGES:
- Move Git ref installation to subpackage so that consumers can limit dependencies (#98)
FEATURES:
- Improve error handling for formatting command on unsupported version (
<0.7.7
) (#88) - Introduce
Format
method withio.Reader
/io.Writer
interfaces (#96) - Introduce
Validate
method withtfjson
defined diagnostic types. Those types reflect exactly the types used interraform validate -json
output (#68) - Introduce
StateMv
method (#112) - Introduce
Upgrade012
method (#105)
BUG FIXES:
v0.11.0
FEATURES
- Added Terraform fmt support with the ability to format and write files/folders, check if files/folders need formatting, and format strings directly (#82)
- Added support for refs in the tfinstall CLI (#80)
N.B. tfinstall binaries for all supported platforms are now available via GitHub Releases.