We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52ef79b commit 5f43597Copy full SHA for 5f43597
infrastructure/terraform/components/sandbox/ses_receipt_rule.tf
@@ -2,7 +2,6 @@ resource "aws_ses_receipt_rule" "proof_requested" {
2
name = "${local.csi}-store-email-proof-requested"
3
rule_set_name = local.acct["ses_testing_config"].rule_set_name
4
5
- # Despite being called "recipients", AWS appears to apply this check to the sender email
6
recipients = [local.sandbox_letter_supplier_mock_recipient]
7
enabled = true
8
scan_enabled = true
0 commit comments