From eb4828e5d7805a1dc2f6f941890151d0404019d8 Mon Sep 17 00:00:00 2001 From: arnol377 Date: Mon, 3 Feb 2025 14:11:46 -0500 Subject: [PATCH] Refactor repository list in default.tfvars --- varfiles/default.tfvars | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/varfiles/default.tfvars b/varfiles/default.tfvars index 7b9dfe4..563a447 100644 --- a/varfiles/default.tfvars +++ b/varfiles/default.tfvars @@ -190,6 +190,28 @@ repolist = [ "github-actions", "github-workspace" ] - } + }, + # aws-copilot-demo + { + description = "AWS Copilot Demo" + repo_org = "CSVD" + name = "aws-copilot-demo" + is_private = false + repo_topics = [ + "aws-copilot", + "aws-cdk" + ] + }, + # terraform-ai-ingestion + { + description = "Project Repo for AI Ingestion" + repo_org = "CSVD" + name = "terraform-ai-ingestion" + is_private = false + repo_topics = [ + "ai-ingestion", + "terraform" + ] + }, ]