moved {
  from = module.github_repositories.github_repository.orchard_repository["orchard-datadog-agent"]
  to   = module.github_repositories.github_repository.orchard_repository
}

moved {
  from = module.github_repositories.github_branch_protection.branch_protection["orchard-datadog-agent-main"]
  to   = module.github_repositories.github_branch_protection.branch_protection["main"]
}

moved {
  from = module.github_repositories.github_branch_protection.branch_protection["orchard-datadog-agent-master"]
  to   = module.github_repositories.github_branch_protection.branch_protection["master"]
}

moved {
  from = module.github_repositories.github_team_repository.team_repo_triage_permissions["743816/orchard-datadog-agent"]
  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/orchard-datadog-agent"]
  to   = module.github_repositories.github_team_repository.team_repo_push_permissions["7223367"]
}

moved {
  from = module.github_repositories.github_repository_custom_property.repo_custom_property["orchard-datadog-agent-application_family"]
  to   = module.github_repositories.github_repository_custom_property.repo_custom_property["application_family"]
}
