diff --git a/README.md b/README.md index 9700294..9fca1f6 100644 --- a/README.md +++ b/README.md @@ -106,4 +106,43 @@ module "budget_alerts" { For additional usage examples, consult the /examples directory. # Conclusion -Stay proactive and enhance your alerting system with the aws-alerts-to-slack Terraform module. By channeling AWS alerts directly into Slack, your team remains informed and ready to act, ensuring the resilience and observability of your AWS infrastructure. \ No newline at end of file +Stay proactive and enhance your alerting system with the aws-alerts-to-slack Terraform module. By channeling AWS alerts directly into Slack, your team remains informed and ready to act, ensuring the resilience and observability of your AWS infrastructure. + + +## Requirements + +No requirements. + +## Providers + +| Name | Version | +|------|---------| +| [aws](#provider\_aws) | n/a | + +## Modules + +| Name | Source | Version | +|------|--------|---------| +| [budget\_alerts](#module\_budget\_alerts) | ./modules/budget_alerts | n/a | +| [chatbot\_role](#module\_chatbot\_role) | ./modules/iam | n/a | +| [chatbot\_slack\_workspace](#module\_chatbot\_slack\_workspace) | ./modules/slack_workspace | n/a | +| [cost\_anomaly\_detection](#module\_cost\_anomaly\_detection) | ./modules/cost_anomaly_detection | n/a | +| [eventbridge\_alerts](#module\_eventbridge\_alerts) | ./modules/eventbridge | n/a | +| [reservations\_alerts](#module\_reservations\_alerts) | ./modules/reservations | n/a | +| [savings\_plans\_alerts](#module\_savings\_plans\_alerts) | ./modules/savings_plans | n/a | + +## Resources + +| Name | Type | +|------|------| +| [aws_sns_topic.chatbot](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sns_topic) | resource | +| [aws_sns_topic_policy.chatbot_topic](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sns_topic_policy) | resource | + +## Inputs + +No inputs. + +## Outputs + +No outputs. + \ No newline at end of file