alicloud_quotas_quota_application

Provides a Quotas Quota Application resource. Details of Quota Application.

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

Example Usage

Basic Usage

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


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

Deleting alicloud_quotas_quota_application or removing it from your configuration

Terraform cannot destroy resource alicloud_quotas_quota_application. Terraform will remove this resource from the state file, however resources may remain.

Argument Reference

The following arguments are supported:

dimensions

The dimensions support the following:

Attributes Reference

The following attributes are exported:

Timeouts

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

Import

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

$ terraform import alicloud_quotas_quota_application.example <id>