From 8c929ca6293826fd1b6c3dff3e9a4f7494e7863d Mon Sep 17 00:00:00 2001 From: Oleksandr Date: Sat, 16 May 2026 09:00:31 -0700 Subject: [PATCH] Add terraform-aws-rds repository New Terraform module repo for RDS database deployment with CloudWatch alarms, security hardening, Vanta compliance tags, and severity-based alert notifications. Co-Authored-By: Claude Opus 4.6 --- repos.tf | 10 ++++++++++ 1 file changed, 10 insertions(+) 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,