Skip to content

Commit

Permalink
v0.18.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kmoe authored Feb 20, 2023
1 parent a7e018d commit f830a1b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,23 @@
# 0.18.0 (unreleased)

BREAKING CHANGES:

- The following error types have been removed. These errors were based on regex parsing of Terraform CLI's human-readable output into custom error cases. [GH-352]
- `ErrConfigInvalid`
- `ErrLockIdInvalid`
- `ErrMissingVar`
- `ErrNoConfig`
- `ErrNoInit`
- `ErrNoWorkspace`
- `ErrStateLocked`
- `ErrStatePlanRead`
- `ErrTFVersionMismatch`
- `ErrWorkspaceExists`

ENHANCEMENTS:

- tfexec: Add `(Terraform).ApplyJSON()`, `(Terraform).DestroyJSON()`, `(Terraform).PlanJSON()` and `(Terraform).RefreshJSON()` methods ([#354](https://github.com/hashicorp/terraform-exec/pull/354))
- tfexec: Add `(Terraform).MetadataFunctions()` method [GH-358]

# 0.17.3 (August 31, 2022)

Expand Down

0 comments on commit f830a1b

Please sign in to comment.