Skip to content

Commit

Permalink
Add environment variable for receipt reply text
Browse files Browse the repository at this point in the history
  • Loading branch information
FloRul committed Mar 25, 2024
1 parent 83c796c commit dc99ccb
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 dc99ccb

Please sign in to comment.