output "github_webhook_ipv4_cidr_ranges" {
  value = data.github_ip_ranges.allowed_incoming_ranges.hooks_ipv4
}

output "github_webhook_ipv6_cidr_ranges" {
  value = data.github_ip_ranges.allowed_incoming_ranges.hooks_ipv6
}

output "github_repository_node_id" {
  value = github_repository.orchard_repository.node_id
}
