module "github_repositories" {
  source = "git@github.com:theorchard/terraform-github.git//?ref=6.0.0"

  repository_name    = "lambda-sme-ext-meta"
  description        = "lambda-sme-ext-meta"
  default_code_owner = "content-creation-management-ccm"
  application_family = "integrations"

  branch_protection_patterns = ["master"]

  github_triage_teams = [
    "orcharddevs-ro",
    "overloop-eng",
  ]

  github_push_teams = [
    "orcharddevs-rw",
    "mergers",
  ]
}
