moved {
  from = module.github_repositories.github_repository.orchard_repository["playwright-tests"]
  to   = module.github_repositories.github_repository.orchard_repository
}

moved {
  from = module.github_repositories.github_branch_protection.branch_protection["playwright-tests-main"]
  to   = module.github_repositories.github_branch_protection.branch_protection["main"]
}

moved {
  from = module.github_repositories.github_branch_protection.branch_protection["playwright-tests-master"]
  to   = module.github_repositories.github_branch_protection.branch_protection["master"]
}

moved {
  from = module.github_repositories.github_team_repository.team_repo_triage_permissions["743816/playwright-tests"]
  to   = module.github_repositories.github_team_repository.team_repo_triage_permissions["743816"]
}

moved {
  from = module.github_repositories.github_team_repository.team_repo_push_permissions["7223367/playwright-tests"]
  to   = module.github_repositories.github_team_repository.team_repo_push_permissions["7223367"]
}

moved {
  from = module.github_repositories.github_repository_custom_property.repo_custom_property["playwright-tests-application_family"]
  to   = module.github_repositories.github_repository_custom_property.repo_custom_property["application_family"]
}
