From a0fc4276ba65e6513becaa168f925b226025daf8 Mon Sep 17 00:00:00 2001 From: Sam Stavinoha Date: Thu, 4 Aug 2016 17:47:12 +1100 Subject: [PATCH] remove duplicate 'recipients' argument (#7968) --- .../source/docs/providers/aws/r/ses_receipt_rule.html.markdown | 1 - 1 file changed, 1 deletion(-) diff --git a/website/source/docs/providers/aws/r/ses_receipt_rule.html.markdown b/website/source/docs/providers/aws/r/ses_receipt_rule.html.markdown index 5362d3737..180cc560d 100644 --- a/website/source/docs/providers/aws/r/ses_receipt_rule.html.markdown +++ b/website/source/docs/providers/aws/r/ses_receipt_rule.html.markdown @@ -41,7 +41,6 @@ The following arguments are supported: * `after` - (Optional) The name of the rule to place this rule after * `enabled` - (Optional) If true, the rule will be enabled * `recipients` - (Optional) A list of email addresses -* `recipients` - (Optional) A list of email addresses * `scan_enabled` - (Optional) If true, incoming emails will be scanned for spam and viruses * `tls_policy` - (Optional) Require or Optional * `add_header_action` - (Optional) A list of Add Header Action blocks. Documented below.