Skip to content

Releases: idoavrah/terraform-tui

v0.12.1

07 Jan 06:54
0d6e84d
Compare
Choose a tag to compare

What's Changed

  • docs: update README by @idoavrah in #54
  • feat: pre-apply short summary of the proposed changes by @idoavrah in #55
  • feat: error reporting

Full Changelog: v0.12.0...v0.12.1

v0.12.0

06 Jan 13:49
9a5ae3d
Compare
Choose a tag to compare

What's Changed

  • feat: enabled targeting specific resources for plan creation
  • feat: introducing cli argument: tfvars file
  • feat: added destroy functionality
  • feat: added dynamic value for "targets" checkbox (checkbox is marked when resources are selected)
  • feat: added a help screen
  • fix: also search tree inside module names

Full Changelog: v0.11.2...v0.12.0

v0.11.2

01 Jan 09:22
bf4f350
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.1...v0.11.2

v0.11.1

31 Dec 15:35
035baf2
Compare
Choose a tag to compare

What's Changed

  • fix: ignore blank or junk lines in the beginning of "show state" by @idoavrah in #51

Full Changelog: v0.11...v0.11.1

v0.11

30 Dec 15:27
a488404
Compare
Choose a tag to compare

What's Changed

  • Added support for creating plans (in vivid colors!) and applying them
  • Changed the confirmation dialog to a modal screen
  • Added coloring to tainted resources considering some terminals can't display strikethrough correctly
  • Improved loading screen mechanism

Full Changelog: v0.10.4...v0.11

v0.10.4

26 Dec 15:27
384986f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.3...v0.10.4

v0.10.3

26 Dec 12:26
4da9801
Compare
Choose a tag to compare

What's Changed

  • fixed colon parsing
  • added debug logging cli option (-g)
  • added resource header

by @idoavrah in #47

Full Changelog: v0.10.2...v0.10.3

v0.10.2

25 Dec 13:23
ba9f703
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.1...v0.10.2

v0.10.1

21 Dec 05:19
adddc27
Compare
Choose a tag to compare

What's Changed

  • fix: parsing error when resource name contained dots by @idoavrah in #44

Full Changelog: v0.10...v0.10.1

v0.10

14 Dec 10:46
e5e0c90
Compare
Choose a tag to compare
  • Perform actions on a single highlighted resource without pre-selecting it
  • User interface overhaul: added logo, fixed coloring and loading indicator
  • Added resource selection via the space key and tree traversal via the arrow keys
  • Added a lightmode command-line argument
  • Copy to clipboard now copies the resource name in the tree view
  • Fixed a bug in the remove resource functionality
  • Refactor: globals