diff --git a/infrastructure/terraform/modules/lambda_service_zip/main.tf b/infrastructure/terraform/modules/lambda_service_zip/main.tf index 232b5b56..d52f5ba4 100644 --- a/infrastructure/terraform/modules/lambda_service_zip/main.tf +++ b/infrastructure/terraform/modules/lambda_service_zip/main.tf @@ -12,7 +12,6 @@ resource "aws_lambda_function" "this" { s3_bucket = var.s3_bucket s3_key = var.s3_key - source_code_hash = var.source_code_hash environment { variables = var.environment