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

Managed Active Directory IAM Resources #12801

Open
tgoodsell-tempus opened this issue Oct 16, 2022 · 1 comment
Open

Managed Active Directory IAM Resources #12801

tgoodsell-tempus opened this issue Oct 16, 2022 · 1 comment

Comments

@tgoodsell-tempus
Copy link

tgoodsell-tempus commented Oct 16, 2022

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment. If the issue is assigned to the "modular-magician" user, it is either in the process of being autogenerated, or is planned to be autogenerated soon. If the issue is assigned to a user, that user is claiming responsibility for the issue. If the issue is assigned to "hashibot", a community member has claimed the issue already.

Description

Managed Active Directory has resources which can be targeted by the IAM APIs, however there are currently no resources setup for this. This is a request to add those.

New or Affected Resource(s)

  • google_active_directory_domain_iam

Potential Terraform Configuration

resource "google_active_directory_domain_iam" "example" {
    domain = myExampleDomainId
    member = "serviceAccount:example-member@iam.serviceaccounts.google.com"
    role = "roles/managedidentities.domainAdmin"
}

References

@DrFaust92
Copy link
Contributor

ill try to take a look

@rileykarson rileykarson added this to the Goals milestone Oct 24, 2022
@github-actions github-actions bot added forward/review In review; remove label to forward service/managedidentities labels Aug 17, 2023
@roaks3 roaks3 removed the forward/review In review; remove label to forward label Aug 18, 2023
modular-magician added a commit to modular-magician/terraform-provider-google that referenced this issue Jan 31, 2025
Co-authored-by: Shuya Ma <87669292+shuyama1@users.noreply.github.com>

[upstream:c4a3080283066f6b4e47a523b3e755416274e93c]

Signed-off-by: Modular Magician <magic-modules@google.com>
modular-magician added a commit that referenced this issue Jan 31, 2025
[upstream:c4a3080283066f6b4e47a523b3e755416274e93c]

Signed-off-by: Modular Magician <magic-modules@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants