Skip to content

Commit

Permalink
Fix document for email_filter option
Browse files Browse the repository at this point in the history
  • Loading branch information
viasnake committed Jul 26, 2024
1 parent 4741e41 commit df1215a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/docs/r/service_integration.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit df1215a

Please sign in to comment.