hashicorp / terraform-provider-google

Terraform Provider for Google Cloud Platform
https://registry.terraform.io/providers/hashicorp/google/latest/docs
Mozilla Public License 2.0
2.35k stars 1.75k forks source link

Managed Active Directory IAM Resources #12801

Open tgoodsell-tempus opened 2 years ago

tgoodsell-tempus commented 2 years ago

Community Note

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)

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 commented 2 years ago

ill try to take a look