subcategory | layout | page_title | description |
---|---|---|---|
Service Quotas |
aws |
AWS: aws_servicequotas_templates |
Terraform data source for managing an AWS Service Quotas Templates. |
Terraform data source for managing an AWS Service Quotas Templates.
data "aws_servicequotas_templates" "example" {
region = "us-east-1"
}
The following arguments are required:
region
- (Required) AWS Region to which the quota increases apply.
This data source exports the following attributes in addition to the arguments above:
templates
- A list of quota increase templates for specified region. Seetemplates
.
global_quota
- Indicates whether the quota is global.quota_name
- Quota name.quota_code
- Quota identifier.region
- AWS Region to which the template applies.service_code
- (Required) Service identifier.service_name
- Service name.unit
- Unit of measurement.value
- (Required) The new, increased value for the quota.