conveyor_project_teams (Data Source)
Can be used to find the teams connected to a project.
Example Usage
data "conveyor_project_teams" "my_project_teams" {
name = "my_project"
}
Schema
Required
name
(String) The name of the project to find the teams for.
Read-Only
id
(String) The id of the project to find the teams for.teams
(List of Object) (see below for nested schema)
Nested Schema for teams
Read-Only:
id
(String)name
(String)role
(String)