Skip to content

Commit

Permalink
Merge pull request #84 from FloRul/email-receipt-sender
Browse files Browse the repository at this point in the history
try to fix
  • Loading branch information
joelbalcaen authored Mar 26, 2024
2 parents 8408fb5 + b8ab794 commit ad0a9ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lambdas/email_receipt_confirmation/lambda.tf
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,13 @@ module "lambda_function_container_image" {

ses = {
effect = "Allow"
resources = [local.ses_arn]
resources = [local.ses_arn, "${local.ses_arn}/*"]
actions = ["ses:SendEmail"]
}
}

create_current_version_allowed_triggers = false


allowed_triggers = {
ses = {
Expand Down

0 comments on commit ad0a9ee

Please sign in to comment.