conveyor_team (Data Source)
Can be used to find the id of a team.
Example Usage
data "conveyor_team" "my_team" {
  name = "my_team"
}
Schema
Required
- name(String) The name of the team.
Read-Only
- id(String) The id of the team.
- sso_groups(List of String) The SSO Group mapping to add to the team.
- users(List of Object) (see below for nested schema)
Nested Schema for users
Read-Only:
- id(String)
- member_type(String)