Skip to content

Commit

Permalink
Add Suman as manager of the int-fallback group (SumoLogic#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
msuterski committed Nov 2, 2020
1 parent a81011d commit ec74447
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/int-fallback-role.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ resource "ad_group_to_ou" "ad-group-int-fallback" {
ou_distinguished_name = var.ad_oudn
group_name = "${var.role_prefix[var.env]}-int-fallback"
description = "AD Group for Sumo Logic RBAC group ${var.role_prefix[var.env]}-int-fallback"
group_manager = "CN=Roy\\, Suman,OU=Users,OU=NYHQ,OU=NYTMG,DC=ent,DC=nytint,DC=com"
lifecycle {
prevent_destroy = true
}
Expand Down

0 comments on commit ec74447

Please sign in to comment.