module "github_repository" {
  source  = "pagopa-dx/github-environment-bootstrap/github"
  version = "~> 1.0"

  repository = {
    name                   = "{{ repoName }}"
    description            = "{{ repoDescription }}"
    topics                 = []
    reviewers_teams        = []
  }
}
