Hey all, I wanted to ask how people are handling a...
# getting-started
a
Hey all, I wanted to ask how people are handling any business requirements to represent their infrastructure in UML or C4 diagrams. Are there any good tools for automatically generating e.g. PlantUML from Pulumi stacks?
a
There is graph view for stack resources https://www.pulumi.com/docs/pulumi-cloud/projects-and-stacks/#stack-detailed-view and https://www.pulumi.com/docs/cli/commands/pulumi_stack_graph/#pulumi-stack-graph. Though those are in DOT format (without all the details of UML) this might be a good starting point
h
For now we generate code from a drawing and we have a roadmap item to do the other way around. Q3 is the target.