blob: 63b1ec47035dc50fedbb53525669ff0763d7b818 [file] [view]
# 0.19.0 (August 31, 2023)
ENHANCEMENTS:
- Add support for `terraform test` command ([#398](https://github.com/hashicorp/terraform-exec/issues/398))
- Add support for `-refresh-only` flag for `Plan` and `Apply` methods. ([#402](https://github.com/hashicorp/terraform-exec/issues/402))
- Add support for `-destroy` flag for `Apply` ([#292](https://github.com/hashicorp/terraform-exec/issues/292))
BUG FIXES:
- Fix bug in which the `TF_WORKSPACE` env var was set to an empty string, instead of being unset as intended. ([#388](https://github.com/hashicorp/terraform-exec/issues/388))