You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @BrianRichardson, thanks for reporting this. I can confirm this is a bug, as we should be excluding group types when they are explicitly set to false in configuration. I've opened a PR to address this, and this will be fixed in this week's release. Thanks!
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
I am attempting to retrieve data for one of two Azure AD groups:
data "azuread_group" "group" {
display_name = "<DisplayName>"
security_enabled = true
mail_enabled = false
}
Two AD groups exist with the same name where the difference being one is of type "Security" and the other of type "Mail enabled security".
"terraform plan" command results:
More than one group found matching specified filter (displayName eq '' and securityEnabled eq true)
Instead I expect the group without mail enabled to be retrieved. Is my expectation incorrect?
Related functionality
Terraform v1.2.3
on windows_amd64
The text was updated successfully, but these errors were encountered: