https://pulumi.com logo
Title
p

purple-cat-2685

03/17/2023, 1:37 PM
Hey! I can't for the life of me figure out how to use the import functionality for our Pulumi plugin. Looking at the example YAML our resources are named symbiosis:RESOURCE (https://www.pulumi.com/registry/packages/symbiosis/api-docs/cluster/), but trying to import it as symbiosis:RESOURCE yields this error:
import type "symbiosis:Cluster" is not a valid resource type token. Type tokens must be of the format <package>:&lt;module&gt;:<type>
What am I missing?:face_with_peeking_eye:
b

billowy-army-68599

03/17/2023, 1:51 PM
what is the type of the token in the schema?
p

purple-cat-2685

03/17/2023, 2:02 PM
Had a look at the schema and figured it out, thanks! 🙏