cuddly-engineer-30016
03/27/2024, 4:44 PMdependsOn or parent manually to get a more correct graph to show?limited-rainbow-51650
03/27/2024, 6:05 PMdependsOn relationships & input/output relations are not displayed in this graph. What you see are parent relationships. All resources have the stack resource implicitly as their parent. If you have components in between, you will see these visualized as intermediate nodes.cuddly-engineer-30016
03/28/2024, 7:02 AMpulumi stack graph? I don't think the cloud dashboard is open source else I would have tried to contribute myselfgifted-gigabyte-53859
04/04/2024, 6:35 AMparent instead of dependsOn ?cuddly-engineer-30016
04/04/2024, 7:04 AMparent is used with component resources https://www.pulumi.com/docs/concepts/options/parent/cuddly-engineer-30016
04/04/2024, 7:05 AMdependsOn is for inter-resource dependencylimited-rainbow-51650
04/04/2024, 7:14 AMparent and dependsOn. I want to add to that: use dependsOn scarcely. If you pass an output from one resource as input to another, then Pulumi knows there is a dependency. No need to add an additional dependsOn at that time.