Use this data source to retrieve information about a Rollbar team.
To retrieve info about a team by name or ID:
data "rollbar_team" "foobar" {
name = "foobar"
}
data "rollbar_team" "example" {
team_id = 123456
}
The following arguments are supported:
team_id
- (Optional) Rollbar team ID.name
- (Optional) Human readable name for the team. Conflicts withteam_id
.
One of team_id
or name
must be specified.
In addition to all arguments above, the following attributes are exported:
id
- ID of the teamaccount_id
- ID of account that owns the teamaccess_level
- Team access level. Will be one ofstandard
,light
orview
.