From 70304ec1857c54bd055101f73c743ea87031ed06 Mon Sep 17 00:00:00 2001 From: badra001 Date: Mon, 5 Apr 2021 11:11:55 -0400 Subject: [PATCH] remove aws variables --- ldap-get-attribute/main.tf | 3 --- 1 file changed, 3 deletions(-) diff --git a/ldap-get-attribute/main.tf b/ldap-get-attribute/main.tf index 865999a..4e8e9e0 100644 --- a/ldap-get-attribute/main.tf +++ b/ldap-get-attribute/main.tf @@ -49,9 +49,6 @@ */ locals { - account_id = var.account_id != "" ? var.account_id : data.aws_caller_identity.current.account_id - account_environment = data.aws_arn.current.partition == "aws-us-gov" ? "gov" : "ew" - base_tags = { "boc:tf_module_version" = local._module_version "boc:created_by" = "terraform"