Skip to content

Releases: dex4er/tf

v2.10.0

21 Jun 17:03
Compare
Choose a tag to compare

Changes

  • Terraform 1.8 and OpenTofu 1.7 is supported.
  • Introduced tests (make test).
  • tf show -no-outputs option is the default.
  • Built with goreleaser 2.0.1 and Go 1.22.4.
  • Can be installed using Homebrew.

v2.9.0

30 Oct 23:11
Compare
Choose a tag to compare

Changes

  • Show processing progress of import blocks

v2.8.1

04 Oct 19:02
64d6e3b
Compare
Choose a tag to compare

Changes

  • OpenTF has been renamed to OpenTofu
  • Update dependency goreleaser/goreleaser to v1.21.2 (#11)

v2.8.0

14 Sep 22:53
Compare
Choose a tag to compare

Changes

  • tf show command without arguments or with plan works as original

v2.7.0

14 Sep 22:11
Compare
Choose a tag to compare

Changes

  • TERRAFORM envvar has been renamed to TERRAFORM_PATH
    *tf apply and tf destroy use plan from a file if an argument is a file name

v2.6.1

14 Sep 21:46
Compare
Choose a tag to compare

Changes

  • tf show shows content of the file if an argument is a file name

v2.6.0

13 Sep 18:52
Compare
Choose a tag to compare

Changes

  • -no-outputs option is enabled by default; -no-outputs=false disables it.

v2.5.1

07 Sep 21:17
Compare
Choose a tag to compare

Changes

  • More fixes for OpenTF

v2.5.0

06 Sep 20:54
Compare
Choose a tag to compare

Changes

  • Initial support for OpenTF
  • Update actions/checkout action to v4
  • Update dependency golang to v1.21.1

v2.4.1

03 Sep 18:51
Compare
Choose a tag to compare

Changes

  • Do not add quotes to the index with quotes
  • Help command shows list command
  • Update module golang.org/x/term to v0.12.0