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 d338d77 commit 5cea482
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,13 @@ locals {
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)])
tags_email = map("boc:id:mail",local.email_address)
tags_contact = {
exists = {
"boc:id:username" = local.contact
}
not_exists = { }
}
tags_contact = map("boc:id:username",local.contact)
tags_email = map("boc:id:mail",local.email_address)
tags_reference = {
exists = {
"boc:id:reference" = var.reference
Expand Down

0 comments on commit 5cea482

Please sign in to comment.