Skip to content

Commit

Permalink
Refactor repository list in default.tfvars
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Feb 3, 2025
1 parent 42436ba commit eb4828e
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion varfiles/default.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
},
]

0 comments on commit eb4828e

Please sign in to comment.