blob: 8760278567a84be79690a358a5d0ae679a4461ee [file] [view]
# 0.15.0 (October 05, 2021)
FEATURES:
- Add support for `providers lock` command ([#203](https://github.com/hashicorp/terraform-exec/issues/203))
- Add support for `add` command ([#209](https://github.com/hashicorp/terraform-exec/issues/209))
- Add support for `Plan`/`Apply` `Replace` option ([#211](https://github.com/hashicorp/terraform-exec/issues/211))
ENHANCEMENTS:
- Introduce `tfexec.ErrStateLocked` to represent locked state error ([#221](https://github.com/hashicorp/terraform-exec/issues/221))
- Account for upcoming init error message change ([#228](https://github.com/hashicorp/terraform-exec/issues/228))
INTERNAL:
- deps: Bump terraform-json to `0.13.0` to address panic & support v1 JSON format ([#224](https://github.com/hashicorp/terraform-exec/issues/224))