这是indexloc提供的服务,不要输入任何密码
Skip to content

How to manage user / team #258

@jean-mercier-hivebrite

Description

@jean-mercier-hivebrite

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions