Skip to content

Commit a4a36a8

Browse files
committed
redis_sync_lambda.tf
1 parent 9444b1f commit a4a36a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/redis_sync_lambda.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ resource "aws_ecr_repository" "redis_sync_lambda_repository" {
2020
module "redis_sync_docker_image" {
2121
source = "terraform-aws-modules/lambda/aws//modules/docker-build"
2222
version = "8.0.1"
23-
docker_file_path = "./redis_sync/Dockerfile"
23+
2424
create_ecr_repo = false
2525
ecr_repo = aws_ecr_repository.redis_sync_lambda_repository.name
2626
ecr_repo_lifecycle_policy = jsonencode({

0 commit comments

Comments
 (0)