Skip to content
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

How to import discord_member_roles #76

Closed
ltickett opened this issue Feb 26, 2023 · 1 comment · Fixed by #78
Closed

How to import discord_member_roles #76

ltickett opened this issue Feb 26, 2023 · 1 comment · Fixed by #78
Labels
bug Something isn't working

Comments

@ltickett
Copy link

terraform import discord_member_roles.example USER_ID

│ Error: Could not get member 0 in 0: Unknown User
│ {"message": "Unknown User", "code": 10013}
│ GET:/guilds/{id}//members/{id} => []

I tried:

terraform import discord_member_roles.example SERVER_ID:USER_ID

Which worked for one of the other resources, but returns the same error here.

Any pointers?

Thanks

@PatrickRice-KSC
Copy link

I've opened a PR to likely solve this issue. I think this is a bug that would prevent someone from importing this resource :)

@Lucky3028 Lucky3028 added the bug Something isn't working label Mar 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
3 participants