alicloud_quotas_quotas

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

Example Usage

Basic Usage

data "alicloud_quotas_quotas" "example" {
  product_code = "ecs"
  name_regex   = "专有宿主机总数量上限"
}

output "first_quotas_quota_id" {
  value = data.alicloud_quotas_quotas.example.quotas.0.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: