Skip to content
This repository has been archived by the owner on Apr 27, 2021. It is now read-only.

Releases: hashicorp/terraform-plugin-test

v2.2.1

27 Apr 09:12
6eff458
Compare
Choose a tag to compare

SECURITY:

v2.2.0

01 Apr 17:52
5f25096
Compare
Choose a tag to compare

NOTES:

In this release, we upgraded to a version of terraform-exec that surfaces numbers in state as json.Number instead of float64. You may need to update your type assertions against numbers in state.

ENHANCEMENTS:

  • Added support for Terraform 0.15 (#45)

v2.1.3

22 Feb 14:47
351ee7d
Compare
Choose a tag to compare

BUG FIXES:

  • Fix compilation error from go-getter (#44)

v2.1.2

15 Sep 22:30
Compare
Choose a tag to compare

BUG FIXES:

  • Fix plan output to be in a human-friendly format (#40)

v2.1.1

09 Sep 20:26
8906700
Compare
Choose a tag to compare

BUG FIXES:

  • Fix propagation of plugin reattach information (#38)

v2.1.0

02 Sep 16:42
2e37360
Compare
Choose a tag to compare

FEATURES:

  • Added the ability to create destroy plans. (#37)

ENHANCEMENTS:

  • Normalised Terraform CLI commands using github.com/hashicorp/terraform-exec module. (#35)

v2.0.0

10 Aug 17:06
16c796e
Compare
Choose a tag to compare

FEATURES:

  • Simplified API signatures to reflect no longer needing provider name (#32)
  • Implement SavedPlanStdout which captures a non-json stdout run of terraform show of a planfile (#34)

v1.4.4

10 Jul 16:40
ac8a708
Compare
Choose a tag to compare

BUG FIXES:

  • Fix Windows bug in versions of Terraform below 0.13.0-beta2 (#30)

v1.4.3

07 Jul 17:54
412ec92
Compare
Choose a tag to compare

DEPENDENCIES:

v1.4.2

07 Jul 17:43
f01d239
Compare
Choose a tag to compare

DEPENDENCIES: