diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 658b077..fe9052e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,8 +8,8 @@ repos: args: ['table'] exclude: common/*.tf exclude: version.tf - - id: terraform_tflint - args: [ "--args=--config=__GIT_WORKING_DIR__/.tflint.hcl"] +# - id: terraform_tflint +# args: [ "--args=--config=__GIT_WORKING_DIR__/.tflint.hcl"] - repo: https://github.com/pre-commit/pre-commit-hooks rev: v3.4.0 hooks: diff --git a/main.tf b/main.tf index 6ed3af7..0e5204b 100644 --- a/main.tf +++ b/main.tf @@ -33,7 +33,7 @@ locals { enable_access_keys = var.create_access_keys ? length(var.users) : 0 contact = lower(var.contact) email_address = join(",", [for e in var.email_addresses : lower(e)]) - tags_email = map("boc:id:mail", local.email_address) + tags_email = { "boc:id:mail" = local.email_address } tags_contact = { exists = { "boc:id:username" = local.contact