Skip to content

Commit 3ac221f

Browse files
committed
source_path
1 parent 39c0091 commit 3ac221f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/instance/lambda.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ module "docker_image" {
4040

4141
platform = "linux/amd64"
4242
use_image_tag = false
43-
source_path = local.lambda_dir
43+
source_path = abspath("${path.root}/../../lambdas")
4444
triggers = {
4545
dir_sha = local.lambda_dir_sha
4646
shared_dir_sha = local.shared_dir_sha

0 commit comments

Comments
 (0)