-
Notifications
You must be signed in to change notification settings - Fork 301
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Discrete feature to create multiple AAD Group Owners #435
Comments
Hi @nitmatgeo, thanks for requesting. I've gone ahead and updated your initial comment using our issue template for feature requests as this aids us in reviewing. You are correct this should be a relatively straightforward resource to implement. At the moment, the AzureAD provider is in a feature freeze whilst we implement major changes for the ongoing Microsoft Graph transition. However, once we are able to merge new features we'll be able to work on this. |
Due to ongoing API issues I'm going to mark this one as blocked for now. For context, since moving to MS Graph and then again after adding support for unified groups (aka M365/O365 groups) we've had to take great care to conform to new constraints on group ownership whilst maintaining compatibility for Terraform users who may or may not have permissions to read/write all groups in their tenant. At this time we are complying with these constraints, however reports continue of potential API errors, and so to avoid breaking existing configurations this feature will be on hold until we have further clarification. Thanks! |
Well, the problem is still present in recent azuread terraform + public azure-api combinations. |
any news/update it is pushing us away from terraform and forcing to do things manually ? |
or any workaround would be great :) |
is there anything as a workaround? |
This is blocked by various API issues including #1435 |
Community Note
Description
I would like to recommend to add another Resource: azuread_group_owners similar to azuread_group_member. This will help to configure multiple owners or add/remove owners, otherwise, this is causing an issue when we use CSV files to create groups/owners.
Please let me know if this could be implemented, it should be easy and very similar to azuread_group_member.
New or Affected Resource(s)
Potential Terraform Configuration
The text was updated successfully, but these errors were encountered: