diff --git a/repos.tf b/repos.tf index 8472b1a..f38ed64 100644 --- a/repos.tf +++ b/repos.tf @@ -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,