Skip to content

Commit

Permalink
terraform docs
Browse files Browse the repository at this point in the history
  • Loading branch information
EreminAnton committed Aug 14, 2023
1 parent e0ac8ed commit 51433d8
Showing 1 changed file with 40 additions and 1 deletion.
41 changes: 40 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.

<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
## Requirements

No requirements.

## Providers

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | n/a |

## Modules

| Name | Source | Version |
|------|--------|---------|
| <a name="module_budget_alerts"></a> [budget\_alerts](#module\_budget\_alerts) | ./modules/budget_alerts | n/a |
| <a name="module_chatbot_role"></a> [chatbot\_role](#module\_chatbot\_role) | ./modules/iam | n/a |
| <a name="module_chatbot_slack_workspace"></a> [chatbot\_slack\_workspace](#module\_chatbot\_slack\_workspace) | ./modules/slack_workspace | n/a |
| <a name="module_cost_anomaly_detection"></a> [cost\_anomaly\_detection](#module\_cost\_anomaly\_detection) | ./modules/cost_anomaly_detection | n/a |
| <a name="module_eventbridge_alerts"></a> [eventbridge\_alerts](#module\_eventbridge\_alerts) | ./modules/eventbridge | n/a |
| <a name="module_reservations_alerts"></a> [reservations\_alerts](#module\_reservations\_alerts) | ./modules/reservations | n/a |
| <a name="module_savings_plans_alerts"></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.
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->

0 comments on commit 51433d8

Please sign in to comment.