SECURITY:
- Upgraded to terraform-exec v0.13.3 to address GPG key rotation. See terraform-exec's CHANGELOG.
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)
BUG FIXES:
- Fix compilation error from go-getter (#44)
BUG FIXES:
- Fix plan output to be in a human-friendly format (#40)
BUG FIXES:
- Fix propagation of plugin reattach information (#38)
FEATURES:
- Added the ability to create destroy plans. (#37)
ENHANCEMENTS:
- Normalised internal Terraform CLI commands using github.com/hashicorp/terraform-exec module. (#35)
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)
BUG FIXES:
- Fix Windows bug in versions of Terraform below 0.13.0-beta2 (#30)
DEPENDENCIES:
github.com/hashicorp/[email protected]
(#29)
DEPENDENCIES:
github.com/hashicorp/[email protected]
(#28)
BUG FIXES:
- Fix auto-install Terraform feature (#26)