Skip to content

Commit

Permalink
Add Luke Cabading as manager of the PubSys role (SumoLogic#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
msuterski authored Mar 10, 2021
1 parent 0dd23f0 commit ff63c88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/Pubsys-role.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ resource "ad_group_to_ou" "ad-group-Pubsys" {
ou_distinguished_name = var.ad_oudn
group_name = sumologic_role.Pubsys.name
description = "AD Group for Sumo Logic RBAC group ${sumologic_role.Pubsys.name}"
group_manager = "CN=Cabading\\, Luke,OU=Users,OU=NYHQ,OU=NYTMG,DC=ent,DC=nytint,DC=com"
lifecycle {
prevent_destroy = true
}
Expand Down

0 comments on commit ff63c88

Please sign in to comment.