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 +}