How are you supposed to import resources from priv...
# general
a
How are you supposed to import resources from private component providers?
Copy code
warning: using pulumi-resource-mfo from $PATH at /Users/shadi/organizations/manyfold/pulumi-mfo/bin/pulumi-resource-mfo
error: preview failed: failed to validate provider config: could not find latest version for provider urn: 404 HTTP error fetching plugin from <https://api.github.com/repos/pulumi/pulumi-urn/releases/latest>. If this is a private GitHub repository, try providing a token via the GITHUB_TOKEN environment variable. See: <https://github.com/settings/tokens>
The provider is not and will not be published. I've been running into so many issues with the lack of private providers support in Pulumi I'm kinda wishing I stuck with Terraform.
I so want them to work- they are just too hard to use! Terraform modules were so easy.
I might have to abandon providers and copy paste for a while 😢