Skip to content

Commit 8381124

Browse files
CCM-10442: Test fixes
1 parent b0fb2df commit 8381124

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

infrastructure/terraform/components/sandbox/ses_receipt_rule.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ resource "aws_ses_receipt_rule" "proof_requested" {
22
name = "${local.csi}-store-email-proof-requested"
33
rule_set_name = local.acct["ses_testing_config"].rule_set_name
44

5-
# Despite being called "recipients", AWS appears to apply this check to the sender email
65
recipients = [local.sandbox_letter_supplier_mock_recipient]
76
enabled = true
87
scan_enabled = true

0 commit comments

Comments
 (0)