Перейти к основному содержимому

servercore_global_router_service_v1

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

Example Usage

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

Argument Reference

  • name - (Optional) Service name. Available names are: dedicated, vpc, vmware, infra. If the service name is not specified, the data source will return the full list of services.

Attributes Reference

  • id - Unique identifier of the service.
  • name - Name of the service.
  • extension - Extension which Global Router uses to work with the service. Usually matches the service name.
  • created_at - Time when the service was created.