-
Notifications
You must be signed in to change notification settings - Fork 31
Closed
Description
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 ?
Metadata
Metadata
Assignees
Labels
No labels