conveyor_environment_teams (Data Source)
Can be used to find the teams connected to a project.
Example Usage
data "conveyor_environment_teams" "dev" {
  name = "dev"
}
Schema
Required
- name(String) The name of the environment to find the teams for.
Read-Only
- id(String) The id of the environment 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)