We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
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 ?
The text was updated successfully, but these errors were encountered: