File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ resource "aws_ecr_repository" "forwarder_lambda_repository" {
1515
1616# Module for building and pushing Docker image to ECR
1717module "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}
You can’t perform that action at this time.
0 commit comments