From 1526b60be1ffbc74f2bc2b995a72e48d1bf85428 Mon Sep 17 00:00:00 2001 From: Connor O'Kane Date: Thu, 4 Jul 2024 10:06:18 +0100 Subject: [PATCH] adding config + pipeline --- components/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/variables.tf b/components/variables.tf index 933985b0d..b2f633df3 100644 --- a/components/variables.tf +++ b/components/variables.tf @@ -27,7 +27,7 @@ variable "excluded_repositories" { description = "List of repositories to exclude from branch protection rules" type = list(string) default = [ - "rule-set-test-repo4" + # "rule-set-test-repo4" ] }