diff --git a/terraform/terraform.tfvars b/terraform/terraform.tfvars index 1ef482f..cea198b 100644 --- a/terraform/terraform.tfvars +++ b/terraform/terraform.tfvars @@ -36,6 +36,22 @@ template_repositories = [ visibility = "public" branch_protection_required_approving_review_count = 1 # No collaborators or teams specified - using defaults (empty lists) + }, + { + name = "graphql-repo" + description = "ALZ workload repository for graphql (Development)" + visibility = "internal" + branch_protection_required_approving_review_count = 1 + teams = [ + { + team_slug = "app-dev-team" + permission = "maintain" + }, + { + team_slug = "platform-engineering" + permission = "admin" + } + ] } # Add more template-based repositories here ]