Releases: hashicorp/terraform-plugin-test
Releases · hashicorp/terraform-plugin-test
v2.2.0
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
BUG FIXES:
- Fix compilation error from go-getter (#44)
v2.1.2
BUG FIXES:
- Fix plan output to be in a human-friendly format (#40)
v2.1.1
BUG FIXES:
- Fix propagation of plugin reattach information (#38)
v2.1.0
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
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
BUG FIXES:
- Fix Windows bug in versions of Terraform below 0.13.0-beta2 (#30)