Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ updates:
- "infrastructure/modules/aws-backup-destination"
- "infrastructure/modules/aws-backup-source"
- "infrastructure/modules/aws-scheduler"
- "infrastructure/modules/cloudwatch"
- "infrastructure/modules/cognito"
- "infrastructure/modules/cw-firehose-splunk"
- "infrastructure/modules/ecr"
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ Rules:

## Available modules

<!-- vale off -->
<!-- BEGIN_AVAILABLE_MODULES -->
| Module | Wraps | Description |
| --- | --- | --- |
Expand All @@ -306,6 +307,7 @@ Rules:
| `aws-backup-destination` | — | AWS Backup destination vault |
| `aws-backup-source` | — | AWS Backup source configuration |
| `aws-scheduler` | — | EventBridge Scheduler configuration |
| `cloudwatch` | terraform-aws-modules/cloudwatch/aws | CloudWatch log groups, streams, metric filters, and alarms |
| `cognito` | — | Cognito user and identity pools |
| `cw-firehose-splunk` | — | CloudWatch logs to Splunk via Firehose |
| `ecr` | — | ECR repository with security controls |
Expand Down Expand Up @@ -341,6 +343,7 @@ Rules:
| `waf` | — | WAF web ACL with rules |

<!-- END_AVAILABLE_MODULES -->
<!-- vale on -->

## Pre-commit hooks

Expand Down
30 changes: 30 additions & 0 deletions infrastructure/modules/cloudwatch/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

165 changes: 165 additions & 0 deletions infrastructure/modules/cloudwatch/README.md

Large diffs are not rendered by default.

Loading
Loading