[FEATURE REQUEST] Also visualize standard tf show output
See original GitHub issue(Love this project btw. I’ve been looking for something like this for a while…)
In addition to visualizing tf plan output, could you also just allow for the terraform show -json
output as well? Visualize the resources in a tree just like it does now, but show current state instead of the plan.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:4
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Using the SavedModel format | TensorFlow Core
A SavedModel contains a complete TensorFlow program, including trained parameters (i.e, tf.Variable s) and computation. It does not require the original ...
Read more >Command: output | Terraform | HashiCorp Developer
The `terraform output` command is used to extract the value of an output variable from the state file.
Read more >Software Feature Requests - Sciex
You can toggle this view by most recent features, or most popular features. Interested in a specific software product? Start by filtering based...
Read more >FCPX A/V Output - Show Custom Overlay (from Viewer menu) - FCP ...
Or maybe this is something I should rather send a feature request for? ... Using FCP's A/V Output feature, the TV shows the...
Read more >Create a simple select query - Microsoft Support
A select query helps you retrieve only the data that you want, and also helps you combine ... View data only from the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi @neil-wwt, thanks for the comments. Those comments totally make sense to me and I’d love to consider including visualizing TF state in the next step.
Before that, I’ve just made a CLI and published it to NPM, would you mind to give it a try and see how it feel like? If everything works well, I might include this feature into the CLI too
https://www.npmjs.com/package/@terraform-visual/cli
+1 on this! Amazing tool and would be really cool if we could also show the output of terraform show with it