Skip to content

Commit

Permalink
adding config + pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorOKane-Kainos committed Jul 4, 2024
1 parent eb77d9c commit 317125a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions components/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ locals {




locals {
env_display_names = {
sbox = "Sandbox"
Expand Down
2 changes: 1 addition & 1 deletion components/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ resource "github_branch_protection_v3" "branch_protection" {

output "existing_branches" {
value = data.github_branch.existing_branches
}
}

0 comments on commit 317125a

Please sign in to comment.