Channels
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
general
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#getting-started
Title
a
alert-analyst-72112
06/24/2023, 6:35 AM
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
acceptable-intern-25844
06/24/2023, 9:57 AM
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
hallowed-horse-57635
06/24/2023, 3:28 PM
For now we generate code from a drawing and we have a roadmap item to do the other way around. Q3 is the target.
2 Views
Post