From 170e106c7a8950bd475ab38fe15e4e798aca04a0 Mon Sep 17 00:00:00 2001 From: Tim Jacomb <21194782+timja@users.noreply.github.com> Date: Tue, 3 Sep 2024 14:51:03 +0100 Subject: [PATCH] Drop unnecessary prefix in display name --- components/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/main.tf b/components/main.tf index 7777d8d8..1aacabfd 100644 --- a/components/main.tf +++ b/components/main.tf @@ -27,7 +27,7 @@ resource "azurerm_storage_container" "tfstate" { } resource "github_organization_ruleset" "default_ruleset" { - name = "Rule Set Production Repositories" + name = "Production Repositories" target = "branch" enforcement = "active"