Skip to content

Commit

Permalink
change name to trigger plan
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsweetman committed Sep 6, 2023
1 parent 395f83d commit 4ddccf9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ locals {
security_groups = []
}
ldap = {
description = "Allow ingress Azure domain controllers for LDAP"
description = "Allow LDAP ingress from Azure domain controllers"
from_port = 389
to_port = 389
protocol = -1
Expand Down Expand Up @@ -329,7 +329,7 @@ locals {
security_groups = []
}
ldap = {
description = "Allow ingress Azure domain controllers for LDAP"
description = "Allow LDAP ingress from Azure domain controllers"
from_port = 389
to_port = 389
protocol = -1
Expand Down

0 comments on commit 4ddccf9

Please sign in to comment.