-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot import resources #645
Comments
Hey @grasskode, thanks for reporting the issue here and sorry you've hit this. The pulumi auth0 provider uses the terraform auth0 provider under the hood. This issue seems to be an issue with the terraform provider, which I've reported here: auth0/terraform-provider-auth0#1023 As soon as that is addressed, we'll inherit the fix in the pulumi provider too. |
Hey @grasskode, I got a response on auth0/terraform-provider-auth0#1023 from the Auth0 TF provider maintainers and the issue I had there was that I hadn't set up the Can you try setting that and see if it fixes your issue? |
@VenelinMartinov I can see that the domain is set in the stack's config as |
It should work, can you try configuring it via the environment variable and seeing if that works? |
@VenelinMartinov The issue was exactly as you mentioned. I was looking at the wrong branch. The imports were failing because the |
Glad to hear it worked @grasskode! |
Describe what happened
While trying to import resources, either from the cli or the code, I get the following error:
Seems suspicious that the v2 sdk is being invoked there.
Sample program
Log output
Affected Resource(s)
No response
Output of
pulumi about
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: