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