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