Skip to content

Commit

Permalink
Update Auth-role.tf (SumoLogic#158)
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
melmaliacone authored Nov 20, 2020
1 parent 1a29d06 commit dd68d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/Auth-role.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ resource "ad_group_to_ou" "ad-group-Auth" {
ou_distinguished_name = var.ad_oudn
group_name = sumologic_role.Auth.name
description = "AD Group for Sumo Logic RBAC group ${sumologic_role.Auth.name}"
group_manager = "CN=Chu\\, Jethro,OU=Users,OU=NYHQ,OU=NYTMG,DC=ent,DC=nyint,DC=com"
group_manager = "CN=Chu\\, Jethro,OU=Users,OU=NYHQ,OU=NYTMG,DC=ent,DC=nytint,DC=com"
lifecycle {
prevent_destroy = true
}
Expand Down

0 comments on commit dd68d7d

Please sign in to comment.