Skip to content

Commit 88dba1b

Browse files
CCM-11492 SES Recipt rule set moved out the othe central internal acct component
1 parent d02f42a commit 88dba1b

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

infrastructure/terraform/components/sandbox/ses_receipt_rule.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
resource "aws_ses_receipt_rule" "proof_requested" {
22
name = "${local.csi}-store-email-proof-requested"
3-
rule_set_name = aws_ses_receipt_rule_set.main.rule_set_name
3+
rule_set_name = local.acct.ses_active_receipt_rule_set_name
44

55
recipients = [local.sandbox_letter_supplier_mock_recipient]
66
enabled = true

infrastructure/terraform/components/sandbox/ses_receipt_rule_set.tf

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)