when I have a yaml stack and just list 1st party r...
# yaml
d
when I have a yaml stack and just list 1st party resources, I get a nice resource graph whose root is a pulumipulumiStack, like so https://l.hr/95KTwU but when I reference only a custom ComponentResource from the yaml stack, the root is actually that one resource https://l.hr/Df3rLN and when I add a second ComponentResource…. I only see those resources. https://l.hr/YDtiMb even though in the List View you see all of them https://l.hr/wyL5k6 both ComponentResources are implemented in python and accurately call
super().__init__("noom:aurora:postgres", service_name, props, opts)
any thoughts?
w
I am able to reproduce this using the python boilerplate. I will open an issue.
d
thank you!
w
Looks like it was fixed in the latest version of the CLI, actually. So upgrading to v3.35.1 of the Pulumi CLI fixed the problem for me.
d
oh awesome! I have another internal demo tomorrow :)