We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2e370d commit be891c3Copy full SHA for be891c3
infrastructure/terraform/components/app/locals.tf
@@ -3,5 +3,5 @@ locals {
3
root_domain_name = "${var.environment}.${local.acct.dns_zone["name"]}"
4
5
repo_root = abspath("${path.module}/../../../..")
6
- lambdas_source_code_dir = abspath("${local.repo_root}/lambdas")
+ lambdas_source_code_dir = "${local.repo_root}/lambdas"
7
}
0 commit comments