Does anyone know of an existing project for the Pu...
# general
m
Does anyone know of an existing project for the Pulumi state that diagrams resources similar to https://github.com/cycloidio/inframap for Terraform?
v
pulumi has a graph command, but its quite hard to read sometimes dependent on size of your projects
m
not quite enough, unfortunately
v
I’ve been after something similar for some documentation I wanted to write, dont have the time currently to look in to doing it myself. If you find something, could you send it my way?
m
For sure
l
There's https://github.com/mastoj/pulumigraph which uses neo4j.
It shows every resource though. If your neo4j query skills are up to it, you can filter nicely on tags, types, whatever....
m
Nice, definitely getting warmer. Good work.