```constructor(name: string, baseArgs: NetworkArgs...
# general
b
Copy code
constructor(name: string, baseArgs: NetworkArgs, opts?: pulumi.ComponentResourceOptions) {
    super("carestack:aws:components:Network", name, {}, opts);
results in
Copy code
error: no resource plugin 'carestack' found in the workspace or on your $PATH
I assumed the token names were just for humans, but I guess not.