diff --git a/repos.tf b/repos.tf index 4820b5c..42049f6 100644 --- a/repos.tf +++ b/repos.tf @@ -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" }