Skip to content
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

New Feature - ad_group_member resource #151

Open
adarobin opened this issue Jul 8, 2022 · 2 comments
Open

New Feature - ad_group_member resource #151

adarobin opened this issue Jul 8, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@adarobin
Copy link

adarobin commented Jul 8, 2022

Description

I think it would be useful if there were a resource named something like ad_group_member which could be used to control if a single entity was a member of an Active Directory Group. Other memberships to the target group would be ignored and preserved. Syntax would be similar to the existing ad_group_membership resource.

Obviously, using ad_group_membership and ad_group_member with the same Active Directory Group would cause issues.

Potential Terraform Configuration

resource ad_group_member "gm" {
    group_id = ad_group.g.id
    group_member  = ad_group.g2.id
}

References

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
@adarobin adarobin added the enhancement New feature or request label Jul 8, 2022
@dylanl321
Copy link

This would be incredible useful. Currently I am having to have a map/list of users to then add as group members.

@benjamin-rousseau-shift
Copy link

This is would be the best thing, is this provider still maintained though ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants