Is there any way to check if the resource are builded by (what) stack in pulumi?
a
Is there any way to check if the resource are builded by (what) stack in pulumi?
l
Often people uses tags to make that information easier to find, but not all resources have tags. If you use the Pulumi backend, you can use their search functionality to find the resource, and that will tell you which project and stack created it. If you're not using tags or the Pulumi backend, you might have to export all stacks and start grepping...