---
title: "selectel_global_router_service_v1 data source"
sidebar_label: "selectel_global_router_service_v1"
description: "Provides a list of services in the Global Router service using public API v1"
sidebar_position: 22
---

# selectel\_global\_router\_service\_v1 data source

:::info

This instruction is a copy of the Selectel Terraform provider documentation in the [Terraform Registry](https://registry.terraform.io/providers/selectel/selectel/latest/docs).

:::

Provides a list of services in the 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, file storage, Managed Kubernetes, and Managed Databases. For more information about global routers, see the [official Selectel documentation](/global-router/).

## Example Usage \{#example-usage}

```hcl
data "selectel_global_router_service_v1" "service_1" {
  name = "vpc"
}
```

## Argument Reference \{#argument-reference}

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

## Attributes Reference \{#attributes-reference}

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