DataDog / terraform-provider-datadog

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

[datadog_service_account] Implement exact match filtering #2447

Closed retsguj closed 4 months ago

retsguj commented 5 months ago

https://datadoghq.atlassian.net/browse/ACCESS-2606

I modeled this off of the existing exact match filtering in data_source_datadog_user

Not sure whether I should match by name or email first, or whether it really even matters.

It didn't make sense to me to exact match by role, even if the filter string will filter for roles...