Skip to content

Commit

Permalink
adding manager to OU resource (SumoLogic#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
swardlincoln committed Oct 19, 2020
1 parent 8b96c2a commit f391bab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/infra-services-role.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ resource "sumologic_role" "infra-services" {

resource "ad_group_to_ou" "ad-group-infra-services" {
ou_distinguished_name = var.ad_oudn
group_manager = "CN=Shah\\, Rupen,OU=Users,OU=NYHQ,OU=NYTMG,DC=ent,DC=nyint,DC=com"
group_name = sumologic_role.infra-services.name
description = "AD Group for Sumo Logic RBAC ${sumologic_role.infra-services.name}"
lifecycle {
Expand Down

0 comments on commit f391bab

Please sign in to comment.