Skip to content

Commit

Permalink
Merge pull request #78 from FloRul/email-receipt-sender
Browse files Browse the repository at this point in the history
Add environment variable for receipt reply text
  • Loading branch information
FloRul authored Mar 25, 2024
2 parents e521e69 + dc99ccb commit e5f8cb5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lambdas/email_receipt_confirmation/lambda.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ module "lambda_function_container_image" {
role_name = "${local.lambda_function_name}-role"
attach_policy_statements = true

environment_variables = {
RECEIPT_REPLY_TEXT = ""
}

policy_statements = {
log_group = {
effect = "Allow"
Expand Down

0 comments on commit e5f8cb5

Please sign in to comment.