Skip to main content

Data source servercore_global_router_service_v1

Provides a list of services in the Global Router service using public API v1. A service represents a scope of products and services sharing the same network infrastructure. For example, the vpc service includes cloud servers, file storage, Managed Kubernetes, and Managed Databases. For more information about global routers, see the official Servercore documentation.

Usage Example

data "servercore_global_router_service_v1" "service_1" {
name = "vpc"
}

Argument Reference

  • name - (Optional) Service name. Available values are dedicated, vpc, vmware, and infra. If the service name is not specified, the data source returns the full list of services.

Attributes Reference

  • id - Unique service identifier.
  • name - Service name.
  • extension - Extension used by the Global Router service to interact with the service. Usually matches the service name.
  • created_at - Time of service creation.