Skip to content

Commit

Permalink
Implicit dep
Browse files Browse the repository at this point in the history
  • Loading branch information
ha7315 committed Mar 21, 2024
1 parent 757129b commit a739a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/create-rds-postgres-tester/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ resource "aws_s3_object" "dependencies" {
resource "aws_lambda_layer_version" "dependencies" {
s3_bucket = var.lambda_dist_bucket_id
s3_key = aws_s3_object.dependencies.key
source_code_hash = filebase64sha256("${path.module}/lambdas/dist/dependencies.zip")
source_code_hash = filebase64sha256(data.archive_file.dependencies.output_path)
layer_name = "create-rds-postgres-tester-dependencies"
compatible_runtimes = ["python3.9"]
skip_destroy = true
Expand Down

0 comments on commit a739a30

Please sign in to comment.