servercore_global_router_quota_v1
Provides a list of quotas in the Servercore Global Router service using public API v1. For more information about quotas, 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) The resource name for which to display the quota value. Available names are:routers,networks,subnets, andstatic_routes.scope- (Optional) Scope of the quota. Global Router quotas are currently applied on account level, so scope value isaccount_id.scope_value- (Optional) Unique identifier for the specifiedscope, for account level it's account ID, for example12345.
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 isaccount).scope_value- Scope value (account ID).limit- Quota limit, the maximum number of the specified resource available for creation.