I'm attempting to run a `pulumi import` for a prov...
# getting-started
d
I'm attempting to run a
pulumi import
for a provider that I generated from Terraform [1] but running into this error:
Copy code
Diagnostics:
  pulumi:pulumi:Stack (common-main):
    error: preview failed: failed to validate provider config: could not find latest version for provider incident: 404 HTTP error fetching plugin from <https://api.github.com/repos/pulumi/pulumi-incident/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>
What is the correct way to do this? [1] https://www.pulumi.com/registry/packages/incident/api-docs/alertsource/#import
I do have the SDK generated locally already per the instructions here: https://www.pulumi.com/registry/packages/incident/