alicloud_quotas_quota_applications

This data source provides the Quotas Quota Applications of the current Alibaba Cloud user.

Example Usage

Basic Usage

resource "alicloud_quotas_quota_application" "default" {
  product_code      = "vpc"
  notice_type       = "3"
  effective_time    = "2023-05-22T16:00:00Z"
  expire_time       = "2024-09-15T00:08:32Z"
  desire_value      = "1"
  reason            = ""
  quota_action_code = "vpc_whitelist/ha_vip_whitelist"
  audit_mode        = "Sync"
  env_language      = "zh"
  quota_category    = "WhiteListLabel"
}

data "alicloud_quotas_quota_applications" "default" {
  product_code   = "vpc"
  enable_details = "true"
  quota_category = alicloud_quotas_quota_application.default.quota_category
  ids = [
    "${alicloud_quotas_quota_application.default.id}"
  ]
}

Argument Reference

The following arguments are supported:

Block dimensions

The dimensions supports the following:

Argument Reference

The following attributes are exported in addition to the arguments listed above: