Skip to content

Commit 94d7c3a

Browse files
committed
revert source_path
1 parent 32300da commit 94d7c3a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

infrastructure/instance/mesh_processor.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ module "mesh_processor_docker_image" {
3535

3636
source = "terraform-aws-modules/lambda/aws//modules/docker-build"
3737
version = "8.1.2"
38-
docker_file_path = "./mesh_processor/Dockerfile"
3938

4039
create_ecr_repo = false
4140
ecr_repo = aws_ecr_repository.mesh_file_converter_lambda_repository[0].name
@@ -58,7 +57,7 @@ module "mesh_processor_docker_image" {
5857

5958
platform = "linux/amd64"
6059
use_image_tag = false
61-
source_path = abspath("${path.root}/../../lambdas")
60+
source_path = local.mesh_processor_lambda_dir
6261
triggers = {
6362
dir_sha = local.mesh_processor_lambda_dir_sha
6463
}

0 commit comments

Comments
 (0)