Skip to content

Commit

Permalink
readme: fix senders_regex field name
Browse files Browse the repository at this point in the history
  • Loading branch information
dezeroku committed Dec 21, 2024
1 parent f7931b1 commit 121bd69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Emails sent from different addresses will simply be ignored.
It can be set as below:

```
senders = ".*@example.com"
senders_regex = ".*@example.com"
```

2. run `terraform init`
Expand Down

0 comments on commit 121bd69

Please sign in to comment.