random Q: is there a recommended or known tool tha...
# general
q
random Q: is there a recommended or known tool that would create a "visually appealing" topography or other visual representation of the IaC being produced?
s
There's a graph view in Pulumi Cloud, but it shows the logical structure of the codebase (that is, based off of parent resources) rather than the DAG:
And then there's also `pulumi stack graph`: https://www.pulumi.com/docs/cli/commands/pulumi_stack_graph/
h
If you are looking for a visual tool that produces js code using pulumi automation api, <advt>, look at qmcloud.io
q
thanks!