Skip to content

Releases: hashicorp/terraform-exec

v0.3.0

30 Jul 18:27
Compare
Choose a tag to compare

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

30 Jul 18:28
Compare
Choose a tag to compare

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

30 Jul 18:28
06e6910
Compare
Choose a tag to compare

BUG FIXES:

  • Minor code changes to allow for compilation in Go 1.12 (#21)

v0.2.0

30 Jul 18:28
v0.2.0
7b2fc9a
Compare
Choose a tag to compare

NEW FEATURES:

  • add Import() function (#20)

v0.1.1

30 Jul 18:29
v0.1.1
374c14c
Compare
Choose a tag to compare

BUG FIXES:

  • Downgrade github.com/hashicorp/go-getter dependency, which added a requirement for Go 1.13.

v0.1.0

30 Jul 18:29
v0.1.0
c15f700
Compare
Choose a tag to compare

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.