From df1215adad34a98247eb0d93e61ba426fe010019 Mon Sep 17 00:00:00 2001 From: snake Date: Sat, 27 Jul 2024 05:02:28 +0900 Subject: [PATCH] Fix document for email_filter option --- website/docs/r/service_integration.html.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/docs/r/service_integration.html.markdown b/website/docs/r/service_integration.html.markdown index 976eef603..e7aaee1a9 100644 --- a/website/docs/r/service_integration.html.markdown +++ b/website/docs/r/service_integration.html.markdown @@ -174,11 +174,11 @@ The following arguments are supported: Email filters (`email_filter`) supports the following: - * `body_mode` - (Required) Can be `always` or `match`. + * `body_mode` - (Required) Can be `always`, `match` or `no-match`. * `body_regex` - (Optional) Should be a valid regex or `null` - * `from_email_mode` - (Required) Can be `always` or `match`. + * `from_email_mode` - (Required) Can be `always`, `match` or `no-match`. * `from_email_regex` - (Optional) Should be a valid regex or `null` - * `subject_mode` - (Required) Can be `always` or `match`. + * `subject_mode` - (Required) Can be `always`, `match` or `no-match`. * `subject_regex` - (Optional) Should be a valid regex or `null` Email parsers (`email_parser`) supports the following: