gorgeous-accountant-60580
07/25/2022, 7:38 AMerror: no resource plugin 'pulumi-resource-foo' found in the workspace or on your $PATH, install the plugin using `pulumi plugin install resource foo`
Is it necessary to write a fully fledged plugin in order to create a component resource, or am I just doing it wrong?great-sunset-355
07/25/2022, 7:48 AMResource
not a ComponentResource
IMO
ComponentResource only reuses existing providers.
It should not need any installation. (unless it's a separate package)
https://www.pulumi.com/docs/intro/concepts/resources/components/gorgeous-accountant-60580
07/25/2022, 7:54 AMpulumi.CustomResourceState
rather than pulumi.ResourceState
in my resource struct
Thanks!