From cde6f3a45868a61a787309e6b778e4e112c2fbbf Mon Sep 17 00:00:00 2001 From: Oleksandr Date: Fri, 15 May 2026 12:06:24 -0700 Subject: [PATCH] Add github-control repo to infrahouse org First step in migrating github-control from infrahouse8 personal account to the infrahouse organization. Co-Authored-By: Claude Opus 4.6 --- repos.tf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/repos.tf b/repos.tf index 153be13..8472b1a 100644 --- a/repos.tf +++ b/repos.tf @@ -30,6 +30,11 @@ locals { "type" = "other" "template_repo" = null } + "github-control" = { + "description" = "InfraHouse GitHub configuration." + "type" = "other" + "template_repo" = null + } "infrahouse-com" = { "description" = "InfraHouse.com content." "type" = "other"