You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plain and simple, that's what that function does, but it's not how I want to think about it. This should just be a cached property called resources. It makes so much more sense that you have a single Resource and a collection of resources in a ThunderbirdCompositeResource or in a ThunderbirdPulumiProject.
Let's maybe keep/deprecate the flatten function, replacing it with a cached property called resources.
The text was updated successfully, but these errors were encountered:
Plain and simple, that's what that function does, but it's not how I want to think about it. This should just be a cached property called
resources
. It makes so much more sense that you have a singleResource
and a collection ofresources
in aThunderbirdCompositeResource
or in aThunderbirdPulumiProject
.Let's maybe keep/deprecate the
flatten
function, replacing it with a cached property calledresources
.The text was updated successfully, but these errors were encountered: