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