Skip to content

Commit

Permalink
Merge pull request #31 from os11k/patch-1
Browse files Browse the repository at this point in the history
Update README.md - fixed sns topic in example with notify_slack
  • Loading branch information
lorenzoaiello authored Jan 7, 2025
2 parents dc1387e + a93b55a commit 74f1e78
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
Expand Up @@ -96,8 +96,8 @@ module "aws-rds-alarms" {
version = "x.y.z"
db_instance_id = aws_db_instance.default.identifier
db_instance_class = "db.t2.micro"
actions_alarm = [module.sns_to_slack.this_slack_topic_arn]
actions_ok = [module.sns_to_slack.this_slack_topic_arn]
actions_alarm = [module.notify_slack.slack_topic_arn]
actions_ok = [module.notify_slack.slack_topic_arn]
}
```

Expand Down

0 comments on commit 74f1e78

Please sign in to comment.