This message was deleted.
s
This message was deleted.
b
no, you’d create a component that includes resources from the provider, not the other way around
a provider talks directly to an API. A component is a grouping of resources
b
👍 ty
I was hoping to make a single distributable (provider?) where Component A creates (groups?) Resource B and Resource C. But looks like I need to put Resource B and Resource C into their own resource provider, then put Component A into its own component provider and distribute both to users. Still learning the ropes!
a
Right now, the best way is to distribute a custom provider with the raw resources, and a component provider for the components. This is a know problem and we are actively working on improving the situation.
🙏 1
@billowy-army-68599 I think that @busy-room-61756 was discussing creating a provider that serves both custom resources and component resources, which should be possible (and is done in the example they referenced).
👍 1
b
Thanks @ancient-policeman-24615 I’ll watch that issue