import {
  to = module.github_repositories.github_repository.orchard_repository
  id = "auth0-hosted-pages"
}

import {
  to = module.github_repositories.github_branch_default.default
  id = "auth0-hosted-pages"
}

import {
  to = module.github_repositories.github_branch_protection.branch_protection["master"]
  id = "auth0-hosted-pages:master"
}

import {
  to = module.github_repositories.github_repository_file.codeowners
  id = "auth0-hosted-pages/.github/CODEOWNERS:master"
}
