Skip to main content

Data source selectel_global_router_quota_v1

Last update:
For your information

This instruction is a copy of the Selectel Terraform provider documentation in the Terraform Registry.

Provides a list of quotas in the Global Router service using public API v1. For more information about service limits and restrictions, see the official Selectel documentation.

Example Usage

data "selectel_global_router_quota_v1" "quota_1" {
name = "routers"
scope = "account_id"
scope_value = "12345"
}

Argument Reference

  • name - (Required) Name of a resource under the quota. Available names: routers, networks, subnets, and static_routes.
  • scope - (Optional) Scope of the quota. Global Router quotas are currently applied only at the account level; the only available scope value is account.
  • scope_value - (Optional) Unique identifier for the specified scope; for the account level, this is your Selectel account ID. You can find your account ID in the top right corner of the Control panel.

Attributes Reference

  • id - Unique quota identifier.
  • name - Name of the resource within the quota.
  • scope - Scope of the quota. The only value currently available is account.
  • scope_value - Scope value (Selectel account ID).
  • limit - Quota limit; the maximum number of the specified resource that can be created.