FEATURES:
- Added
Terraform.SetLogPath
method to setTF_LOG_PATH
environment variable, and prevented manual setting of programmatically supported environment variables (#32) - Added
Terraform.Version
method to get executable version information (#7)
BUG FIXES:
- Fixed
-var
handling issue (#34)
BREAKING CHANGES:
- Stop exporting
exec.Cmd
versions of methods (#25) - Require
address
andid
arguments inImport()
(#24) - Rename
StateShow()
toShow()
(#30)
BUG FIXES:
- Fix bug in
Import()
config argument (#28)
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.
BUG FIXES:
- Minor code changes to allow for compilation in Go 1.12 (#21)
NEW FEATURES:
- add
Import()
function (#20)
BUG FIXES:
- Downgrade
github.com/hashicorp/go-getter
dependency, which added a requirement for Go 1.13.
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.