Skip to content

Commit

Permalink
use filename
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Balcaen committed Mar 26, 2024
1 parent ec485de commit 70051d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module "lambda_function_container_image" {
role_name = "${var.lambda_function_name}-role"
attach_policy_statements = true
s3_bucket = var.lambda_storage_bucket
source_path = "${path.module}/../target"
source_path = "${path.module}/../target/email-request-preprocessor-1.0.jar"


environment_variables = {
Expand Down

0 comments on commit 70051d3

Please sign in to comment.