Skip to content

Commit

Permalink
remove aws variables
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Apr 5, 2021
1 parent 757d91a commit 70304ec
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ldap-get-attribute/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 70304ec

Please sign in to comment.