From 317125a81f2f61f63b448ad40ca4419957c08868 Mon Sep 17 00:00:00 2001 From: Connor O'Kane Date: Thu, 4 Jul 2024 10:34:53 +0100 Subject: [PATCH] adding config + pipeline --- components/locals.tf | 1 + components/main.tf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/components/locals.tf b/components/locals.tf index 117f54e60..b3977a27b 100644 --- a/components/locals.tf +++ b/components/locals.tf @@ -39,6 +39,7 @@ locals { + locals { env_display_names = { sbox = "Sandbox" diff --git a/components/main.tf b/components/main.tf index 31b635c78..cf2a0f1d4 100644 --- a/components/main.tf +++ b/components/main.tf @@ -65,4 +65,4 @@ resource "github_branch_protection_v3" "branch_protection" { output "existing_branches" { value = data.github_branch.existing_branches -} \ No newline at end of file +}