From de394cd6479a43842eb24f611c1ee9a376c5154b Mon Sep 17 00:00:00 2001 From: Oleksandr Kuzminskyi Date: Mon, 20 Feb 2023 20:16:24 -0800 Subject: [PATCH] Demo Terraform changes * One repo is created * One repo is modified * One repo is deleted --- repos.tf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" }