Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Aug 15, 2019
1 parent 5dd40d8 commit fdb9b79
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 @@ -25,7 +25,7 @@ locals {
# security-audit-policies = [ data.aws_iam_policy.aws-managed-security-audit.arn, aws_iam_policy.audit.arn ]
enable_access_keys = var.create_access_keys ? length(var.users) : 0
contact = lower(var.contact)
email_address = join(",",[for e in var.email_address: lower(e)])
email_address = join(",",[for e in var.email_addresses: lower(e)])
tags_email = map("boc:id:mail",local.email_address)
tags_contact = {
exists = {
Expand Down

0 comments on commit fdb9b79

Please sign in to comment.