Skip to main content

servercore_global_router_quota_v1

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 Servercore documentation.

Example Usage

data "servercore_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 are routers, networks, subnets, and static_routes.
  • scope - (Optional) Scope of the quota. Global router quotas are currently applied only to an account level, the only available scope value is account.
  • scope_value - (Optional) Unique identifier for the specified scope, for account level it's Servercore account ID. The account ID is in the top right corner of the Control panel.

Attributes Reference

  • id - Unique identifier of the quota.
  • name - Name of the resource under the quota.
  • scope - Scope of the quota. The only possible value now is account.
  • scope_value - Scope value (Servercore account ID).
  • limit - Quota limit, the maximum number of the specified resource that can be created.