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 manage user / team #258

Open
jean-mercier-hivebrite opened this issue Jan 17, 2025 · 0 comments
Open

How to manage user / team #258

jean-mercier-hivebrite opened this issue Jan 17, 2025 · 0 comments

Comments

@jean-mercier-hivebrite
Copy link

jean-mercier-hivebrite commented Jan 17, 2025

Hello Thanks for the provider

I try to use it to manage my vercel user at team level.

But i'm not able to retrieve the vercel ID or the user by their email i don't see any datasource for this even the ressource need it

resource "vercel_team_member" "example" {
  team_id = "team_xxxxxxxxxxxxxxxxxxxxxxxx"
  user_id = "uuuuuuuuuuuuuuuuuuuuuuuuuu"
  role    = "MEMBER"
}

And i'm not able to invite people with the terraform provider.

you could take inspiration from other provider like mongodb
one ressource to manage invitation
https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/resources/org_invitation

and an other to manage team membership
https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/resources/team

Do you plan to implement those feature ? Or is their a way to manage vercel_team_member ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant