0.18.0 (February 20, 2023)
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. (#352)
ErrConfigInvalidErrLockIdInvalidErrMissingVarErrNoConfigErrNoInitErrNoWorkspaceErrStateLockedErrStatePlanReadErrTFVersionMismatchErrWorkspaceExists
ENHANCEMENTS:
- tfexec: Add
(Terraform).ApplyJSON(), (Terraform).DestroyJSON(), (Terraform).PlanJSON() and (Terraform).RefreshJSON() methods (#354) - tfexec: Add
(Terraform).MetadataFunctions() method (#358)