Releases: hashicorp/terraform-exec
Releases · hashicorp/terraform-exec
v0.3.0
BREAKING CHANGES:
- Stop exporting
exec.Cmd
versions of methods (#25)
- Require
address
and id
arguments in Import()
(#24)
- Rename
StateShow()
to Show()
(#30)
BUG FIXES:
- Fix bug in
Import()
config argument (#28)
v0.2.2
BUG FIXES:
- Version number is now correctly reported by the tfinstall package. Please note that
tfinstall.Version
was incorrect between versions 0.1.1 and 0.2.1 inclusive.
v0.2.1
BUG FIXES:
- Minor code changes to allow for compilation in Go 1.12 (#21)
v0.2.0
NEW FEATURES:
- add
Import()
function (#20)
v0.1.1
BUG FIXES:
- Downgrade
github.com/hashicorp/go-getter
dependency, which added a requirement for Go 1.13.
v0.1.0
Initial release.
This Go module contains two packages, github.com/hashicorp/terraform-exec/tfexec
, and github.com/hashicorp/terraform-exec/tfinstall
, which share the same version.