Skip to content
Merged
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
10 changes: 10 additions & 0 deletions repos.tf
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,16 @@ locals {
"template_repo" = null
"topics" = ["openclaw", "ai", "llm", "cognito", "bedrock"]
}
"terraform-aws-rds" = {
"description" = <<-EOT
Terraform module for RDS database deployment with CloudWatch alarms,
security hardening, Vanta compliance tags, and severity-based
alert notifications for CPU, memory, storage, and IO monitoring.
EOT
"type" = "terraform_module"
"template_repo" = null
"topics" = ["rds", "database", "monitoring", "mysql"]
}
"terraform-aws-website-pod" = {
"description" = <<-EOT
Terraform module for web application deployment with ALB, ACM SSL certificates,
Expand Down
Loading