Skip to content

Releases: Wiston999/terraform-visual

v1.3.0

28 Apr 09:43
Compare
Choose a tag to compare

Changed

  • Show stringified JSONS as structured data

Added

  • Add visualization for action reason and replace paths (forces replacement) introduced in newer plan versions
  • Add several test cases

Full Changelog: v1.2.0...v1.3.0

v1.1.0

12 Nov 14:41
Compare
Choose a tag to compare

This release includes some major visual changes

Added

  • Use of Bootstrap for UI components
  • Summary view, with generic info about Terraform plan
  • Search menu for list view with filtering and grouping options

Changed

  • Improve sensitive values management, manage deeply nested sensitive values
  • Now only list view or graph view is active at the same time. Added buttons on navbar for selecting views
  • Properly manage when resource address has an string index with dots
  • Make all elements fit a 1080 screen without scroll
  • Reduced navbar size
  • Show a single column on detail when action is delete or create
  • Don't show unified diff if the field is unchanged
  • Update README and gif

Version 1.0.1

02 Nov 10:58
Compare
Choose a tag to compare
  • Fixed docker image generation.

Version 1.0.0

22 Oct 10:24
Compare
Choose a tag to compare

This is the first version diverging from original tool (https://github.com/hieven/terraform-visual).
Most relevant changes from original tool are:

  • Added support for sensitive values.
  • Changed tool layout to include a list of resources
  • Show changes diff-style when field has more than 4 lines
  • Improved the management of different data types and added some icons and tooltips to show the data type of all fields
  • Some other minor visual changes.