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
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritise this request
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritise the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Terraform (and AzureAD Provider) Version
Affected Resource(s)
azuread_group
Terraform Configuration Files
data"azuread_client_config""current" {}
resource"azuread_group""test_groups" {
// for_each = { for config in local.full_access_users : "${config.client}" => config }disp
6F6C
lay_name="Studio - Test - Full Access"description="Provides Test Access to users in this group to Test's Studio"security_enabled=truemail_enabled=truemail_nickname="Test-test-access"types=[ "Unified" ]
hide_from_address_lists=falsehide_from_outlook_clients=falseexternal_senders_allowed=false# Optional: Configure group ownersowners=[data.azuread_client_config.current.object_id]
}
Community Note
Terraform (and AzureAD Provider) Version
Affected Resource(s)
azuread_group
Terraform Configuration Files
Debug Output
https://gist.github.com/blueelvis/78860f6dd583fae1604ec987a378245b
Panic Output
Expected Behavior
The apply should complete successfully.
Actual Behavior
Steps to Reproduce
terraform apply
Important Factoids
terraform apply
, it fails reading the group as well.Any idea what could be going wrong here?
The text was updated successfully, but these errors were encountered: