From 5f948da2ec3d6facfc7d66d9fe84c94744c01b2c Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Thu, 12 Mar 2026 10:59:30 +0000 Subject: [PATCH] delete duplicate variable in lambda_service_with_zip --- .../terraform/modules/lambda_service_zip/variables.tf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/infrastructure/terraform/modules/lambda_service_zip/variables.tf b/infrastructure/terraform/modules/lambda_service_zip/variables.tf index 85d1f548..095d4a81 100644 --- a/infrastructure/terraform/modules/lambda_service_zip/variables.tf +++ b/infrastructure/terraform/modules/lambda_service_zip/variables.tf @@ -17,5 +17,4 @@ variable "environment" { default = {} } variable "s3_bucket" { type = string } -variable "s3_key" { type = string } -variable "source_code_hash" { type = string } \ No newline at end of file +variable "s3_key" { type = string } \ No newline at end of file