Skip to content

Commit f9c16b2

Browse files
committed
fmt
1 parent 92ce7d5 commit f9c16b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infrastructure/instance/file_name_processor.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ resource "aws_ecr_repository" "file_name_processor_lambda_repository" {
1515

1616
# Module for building and pushing Docker image to ECR
1717
module "file_processor_docker_image" {
18-
source = "terraform-aws-modules/lambda/aws//modules/docker-build"
19-
version = "8.1.0"
18+
source = "terraform-aws-modules/lambda/aws//modules/docker-build"
19+
version = "8.1.0"
2020
docker_file_path = "./filenameprocessor/Dockerfile"
2121

2222
create_ecr_repo = false

0 commit comments

Comments
 (0)