Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stefannibrasil authored Oct 2, 2024
1 parent 3ead26a commit c6a7a07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# AlertManager Deliery Module
# AlertManager Delivery Module

A module to deliver messages from SNS to Sentry.

Expand Down Expand Up @@ -64,4 +64,4 @@ module "sns_sentry_delivery" {
| <a name="input_sentry_subject_prefix"></a> [sentry\_subject\_prefix](#input\_sentry\_subject\_prefix) | Set a prefix to add to the subject before being published to Sentry. | `string` | `""` | no |
| <a name="input_sns_message_as_subject"></a> [sns\_message\_as\_subject](#input\_sns\_message\_as\_subject) | Set the SNS message field as the subject for Sentry | `bool` | `false` | no |
| <a name="input_source_sns_topic_arn"></a> [source\_sns\_topic\_arn](#input\_source\_sns\_topic\_arn) | Source SNS topic for incoming messages. | `string` | n/a | yes |
<!-- END_TF_DOCS -->
<!-- END_TF_DOCS -->

0 comments on commit c6a7a07

Please sign in to comment.