Skip to content
Open
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
6 changes: 3 additions & 3 deletions repos.tf
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
locals {
repos = {
"infrahouse-toolkit" : {
description = "InfraHouse Toolkit"
description = "(UPDATE): InfraHouse Toolkit"
team_id = github_team.dev.id
type = "python_app"
}
"cookiecutter-github-control" : {
description = "Template for a GitHub Control repository"
"demo-repo" : {
description = "This is a demo repo"
team_id = github_team.dev.id
type = "other"
}
Expand Down