Skip to content

v0.18.0

Compare
Choose a tag to compare
@kmoe kmoe released this 20 Feb 15:36
· 73 commits to main since this release
v0.18.0

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)
    • ErrConfigInvalid
    • ErrLockIdInvalid
    • ErrMissingVar
    • ErrNoConfig
    • ErrNoInit
    • ErrNoWorkspace
    • ErrStateLocked
    • ErrStatePlanRead
    • ErrTFVersionMismatch
    • ErrWorkspaceExists

ENHANCEMENTS:

  • tfexec: Add (Terraform).ApplyJSON(), (Terraform).DestroyJSON(), (Terraform).PlanJSON() and (Terraform).RefreshJSON() methods (#354)
  • tfexec: Add (Terraform).MetadataFunctions() method (#358)