Skip to content

Commit 81c55ad

Browse files
committed
try fix packaging
1 parent 698b1a0 commit 81c55ad

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

infrastructure/terraform/components/app/locals.tf

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

5-
lambdas_dir = "../../../../lambdas"
6-
lambdas_source_code_dir = abspath("${path.module}/${local.lambdas_dir}")
5+
lambdas_source_code_dir = "../../../../lambdas"
76
}

0 commit comments

Comments
 (0)