Skip to content

Commit 0d91fdc

Browse files
committed
add changelog entry
1 parent 1be7bf8 commit 0d91fdc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ FEATURES:
1818
- Add support for `taint` command ([#251](https://github.com/hashicorp/terraform-exec/issues/251))
1919
- Add support for `untaint` command ([#251](https://github.com/hashicorp/terraform-exec/issues/251))
2020
- Add `ErrStatePlanRead`, returned when Terraform cannot read a given state or plan file ([#273](https://github.com/hashicorp/terraform-exec/issues/273))
21+
- Add support for `color`, option (defaults to `no-color` ) ([#264](https://github.com/hashicorp/terraform-exec/issues/264))
2122

2223
# 0.15.0 (October 05, 2021)
2324

@@ -125,12 +126,12 @@ FEATURES:
125126

126127
BREAKING CHANGES:
127128
- Add `-detailed-exit-code` to `Terraform.Plan` calls, `Terraform.Plan` now also returns a bool indicating if any diff is present ([#55](https://github.com/hashicorp/terraform-exec/issues/55))
128-
129+
129130
FEATURES:
130131
- Added `Terraform.SetAppendUserAgent` for User-Agent management from consuming applications ([#46](https://github.com/hashicorp/terraform-exec/issues/46))
131132
- Added `Terraform.WorkspaceList`, `Terraform.WorkspaceNew`, and `Terraform.WorkspaceSelect` along with the `ErrNoWorkspace` error to indicate a workspace does not exist ([#56](https://github.com/hashicorp/terraform-exec/issues/56))
132133
- Added support for using multiple `VarFile` options ([#61](https://github.com/hashicorp/terraform-exec/issues/61))
133-
134+
134135
BUG FIXES:
135136
- Fix bug with checking for empty path before executing version command ([#62](https://github.com/hashicorp/terraform-exec/issues/62))
136137

0 commit comments

Comments
 (0)