Skip to content

Commit be891c3

Browse files
committed
dont do abspath twice
1 parent c2e370d commit be891c3

File tree

1 file changed

+1
-1
lines changed
  • infrastructure/terraform/components/app

1 file changed

+1
-1
lines changed

infrastructure/terraform/components/app/locals.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ locals {
33
root_domain_name = "${var.environment}.${local.acct.dns_zone["name"]}"
44

55
repo_root = abspath("${path.module}/../../../..")
6-
lambdas_source_code_dir = abspath("${local.repo_root}/lambdas")
6+
lambdas_source_code_dir = "${local.repo_root}/lambdas"
77
}

0 commit comments

Comments
 (0)