Skip to content

Commit e4c764d

Browse files
committed
lint
1 parent d044c53 commit e4c764d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

infrastructure/instance/forwarder_lambda.tf

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

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

2222
create_ecr_repo = false
@@ -42,7 +42,7 @@ module "forwarding_docker_image" {
4242
use_image_tag = false
4343
source_path = abspath("${path.root}/../../lambdas")
4444
triggers = {
45-
dir_sha = local.forwarder_lambda_dir_sha
45+
dir_sha = local.forwarder_lambda_dir_sha
4646
shared_dir_sha = local.shared_dir_sha
4747
}
4848
}

0 commit comments

Comments
 (0)