docs: Fix default value of send_resolved for sns_configs (#2724)

Signed-off-by: Takuma Ishikawa <nekketsuuu@users.noreply.github.com>
This commit is contained in:
Takuma Ishikawa 2021-10-01 18:27:26 +09:00 committed by GitHub
parent 61046b1777
commit 16fa045db4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -696,7 +696,7 @@ value: <tmpl_string>
## `<sns_configs>`
```yaml
# Whether or not to notify about resolved alerts.
[ send_resolved: <boolean> | default = false ]
[ send_resolved: <boolean> | default = true ]
# The SNS API URL i.e. https://sns.us-east-2.amazonaws.com.
# If not specified, the SNS API URL from the SNS SDK will be used.