DataDog / terraform-provider-datadog

Terraform Datadog provider
https://www.terraform.io/docs/providers/datadog/
Mozilla Public License 2.0
399 stars 375 forks source link

Expose service_account field on users datasource #2529

Open nint8835 opened 1 month ago

nint8835 commented 1 month ago

What resources or data sources are affected?

Feature Request

I'm looking to be able to fetch a list of all Datadog users associated with actual people, however the datadog_users data source (and it's underlying API) returns both all users and all service accounts, with no way to distinguish between them.

As far as I can tell from the API docs, the users returned by the users list API include a service_account field - exposing this field from the data source would allow me to perform the filtering myself in Terraform

References

No response