alicloud_quotas_template_quota

Provides a Quotas Template Quota resource.

For information about Quotas Template Quota and how to use it, see What is Template Quota.

Example Usage

Basic Usage

variable "name" {
  default = "terraform-example"
}


resource "alicloud_quotas_template_quota" "default" {
  quota_action_code = "q_desktop-count"
  product_code      = "gws"
  notice_type       = 3
  dimensions {
    key   = "regionId"
    value = "cn-hangzhou"
  }
  desire_value   = 1001
  env_language   = "zh"
  quota_category = "CommonQuota"
}

Argument Reference

The following arguments are supported:

dimensions

The Dimensions supports the following:

Attributes Reference

The following attributes are exported:

Timeouts

The timeouts block allows you to specify timeouts for certain actions:

Import

Quotas Template Quota can be imported using the id, e.g.

$ terraform import alicloud_quotas_template_quota.example <id>