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 a64fddc commit 630bc3eCopy full SHA for 630bc3e
terraform/mesh_processor.tf
@@ -14,7 +14,7 @@ resource "aws_ecr_repository" "mesh_file_converter_lambda_repository" {
14
}
15
16
# Module for building and pushing Docker image to ECR
17
-module "mesh_converter_docker_image" {
+module "mesh_processor_docker_image" {
18
source = "terraform-aws-modules/lambda/aws//modules/docker-build"
19
20
create_ecr_repo = false
0 commit comments