From 7821666f832848560ba705531eac832c5b0e034f Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Wed, 18 Mar 2026 14:53:44 +0000 Subject: [PATCH] add empty line back in --- infrastructure/terraform/modules/lambda_with_api_gateway/main.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/infrastructure/terraform/modules/lambda_with_api_gateway/main.tf b/infrastructure/terraform/modules/lambda_with_api_gateway/main.tf index d2a5b0b2..99d12efa 100644 --- a/infrastructure/terraform/modules/lambda_with_api_gateway/main.tf +++ b/infrastructure/terraform/modules/lambda_with_api_gateway/main.tf @@ -28,6 +28,7 @@ resource "null_resource" "pip_install" { command = "pip install -r ${var.requirements_file} -t ${var.source_dir} --platform manylinux2014_x86_64 --implementation cp --python-version 3.11 --only-binary=:all: --upgrade" } } + ############################################ # Zip the source code ############################################