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
Group Memberships works fine for groups created through TF, but I would like to add a user to an OOB AD Domain Group (Domain Admins). Ideally, I don't want to import this group into state first and as it wasn't created by TF, I don't think a Data call will work.
Community Note
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
The text was updated successfully, but these errors were encountered:
That example above is currently not reliable, see #94.
A workaround would be referencing group members with .id instead of .sam_account_name .
@Lucero7919 is your intention to keep existing users in the group and only manage additional members via terraform next to unmanaged ones or just replace the full member list?
Replacing works just fine this way, this is exactly what data sources are intended for, partially managing the member list does not work this way.
Description
Group Memberships works fine for groups created through TF, but I would like to add a user to an OOB AD Domain Group (Domain Admins). Ideally, I don't want to import this group into state first and as it wasn't created by TF, I don't think a Data call will work.
Community Note
The text was updated successfully, but these errors were encountered: