Use this data source to retrieve information about an existing user to use it in an other resources.
data "datadog_user" "test" {
filter = "user.name@company.com"
}
filter
(String) Filter all users by the given string.exact_match
(Boolean) When true, filter
string is exact matched against the user's email
, followed by name
attribute. Defaults to false
.email
(String) Email of the user.id
(String) The ID of this resource.name
(String) Name of the user.