We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32300da commit 94d7c3aCopy full SHA for 94d7c3a
infrastructure/instance/mesh_processor.tf
@@ -35,7 +35,6 @@ module "mesh_processor_docker_image" {
35
36
source = "terraform-aws-modules/lambda/aws//modules/docker-build"
37
version = "8.1.2"
38
- docker_file_path = "./mesh_processor/Dockerfile"
39
40
create_ecr_repo = false
41
ecr_repo = aws_ecr_repository.mesh_file_converter_lambda_repository[0].name
@@ -58,7 +57,7 @@ module "mesh_processor_docker_image" {
58
57
59
platform = "linux/amd64"
60
use_image_tag = false
61
- source_path = abspath("${path.root}/../../lambdas")
+ source_path = local.mesh_processor_lambda_dir
62
triggers = {
63
dir_sha = local.mesh_processor_lambda_dir_sha
64
}
0 commit comments