Skip to content

Commit

Permalink
fix filter
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Apr 5, 2021
1 parent 742da8b commit 372be18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,6 @@ resource "aws_ses_email_identity" "user_send_mail" {
module "user_email" {
source = "git@github.e.it.census.gov:terraform-modules/ldap-get-attribute.git"

filter = local.username
filter = "cn=${local.username}"
attribute = "mail"
}

0 comments on commit 372be18

Please sign in to comment.