Skip to content

Commit cbb04b8

Browse files
Merge remote-tracking branch 'origin'
2 parents 68a6cb0 + 69f8e0d commit cbb04b8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/api-ingestion-lambda/10-lambda.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,7 @@ resource "aws_s3_object" "lambda" {
125125
key = "${local.lambda_name_underscore}.zip"
126126
source = data.archive_file.lambda.output_path
127127
acl = "private"
128-
source_hash = data.archive_file.lambda.output_base64sha256
129-
# new source_hash = 86cd2PBNbZR+xMD1NZloTvCba6gL//f4vZh1ssF9H70=
128+
source_hash = null_resource.run_make_install_requirements.triggers["dir_sha1"]
130129
}
131130

132131
resource "aws_lambda_function" "lambda" {

0 commit comments

Comments
 (0)