https://pulumi.com logo
q

quick-telephone-15244

07/17/2023, 6:12 PM
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

stocky-restaurant-98004

07/17/2023, 6:25 PM
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

hallowed-horse-57635

07/17/2023, 7:59 PM
If you are looking for a visual tool that produces js code using pulumi automation api, <advt>, look at qmcloud.io
q

quick-telephone-15244

07/18/2023, 8:53 PM
thanks!