From 4d3f7199ff7a08da6ce3bc3ddf2793e878a29c5b Mon Sep 17 00:00:00 2001
From: Harm Matthias Harms <matthias.harms@quis.de>
Date: Wed, 21 Aug 2024 09:08:45 +0200
Subject: [PATCH] feat(preset): Add group:terraformMonorepo (#30928)

---
 lib/data/monorepo.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/data/monorepo.json b/lib/data/monorepo.json
index fb789fed6f..9656cb24e3 100644
--- a/lib/data/monorepo.json
+++ b/lib/data/monorepo.json
@@ -483,6 +483,7 @@
     "telus-tds": "https://github.com/telusdigital/tds",
     "telus-tds-core": "https://github.com/telus/tds-core",
     "temporalio-ts": "https://github.com/temporalio/sdk-typescript",
+    "terraform": "https://github.com/hashicorp/terraform",
     "testcontainers-dotnet": "https://github.com/testcontainers/testcontainers-dotnet",
     "testcontainers-go": "https://github.com/testcontainers/testcontainers-go",
     "testcontainers-java": "https://github.com/testcontainers/testcontainers-java",
-- 
GitLab