resource "upstash_team" "exampleTeam" { team_name = "TerraformTeam" copy_cc = false team_members = { # Owner is the owner of the api_key. "X@Y.Z": "owner", "A@B.C": "dev", "E@E.F": "finance", } }
Create and manage teams on Upstash.
Whether Credit Card is copied
Members of the team. (Owner must be specified, which is the owner of the api key.)
Name of the team
The ID of this resource.
Unique Cluster ID for created cluster
Was this page helpful?