From 9d8315aeab01e26c4ffa5b1d29313c632aa98512 Mon Sep 17 00:00:00 2001 From: Vector Date: Mon, 30 Mar 2026 02:55:46 -0500 Subject: [PATCH] feat: add project-caribou repository --- src/repositories_pod.tf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/repositories_pod.tf b/src/repositories_pod.tf index b5d84b9..b67a5b6 100644 --- a/src/repositories_pod.tf +++ b/src/repositories_pod.tf @@ -47,6 +47,11 @@ locals { owner_team = "spearhead" webhooks = {} } + "caribou" = { + description = "Project Caribou documentation, designs, and project artifacts." + owner_team = "caribou" + webhooks = {} + } } settings = {