Releases: Wiston999/terraform-visual
Releases · Wiston999/terraform-visual
v1.3.0
v1.1.0
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
- Fixed docker image generation.
Version 1.0.0
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.