Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.12 KB

servicequotas_templates.html.markdown

File metadata and controls

44 lines (31 loc) · 1.12 KB
subcategory layout page_title description
Service Quotas
aws
AWS: aws_servicequotas_templates
Terraform data source for managing an AWS Service Quotas Templates.

Data Source: aws_servicequotas_templates

Terraform data source for managing an AWS Service Quotas Templates.

Example Usage

Basic Usage

data "aws_servicequotas_templates" "example" {
  region = "us-east-1"
}

Argument Reference

The following arguments are required:

  • region - (Required) AWS Region to which the quota increases apply.

Attribute Reference

This data source exports the following attributes in addition to the arguments above:

  • templates - A list of quota increase templates for specified region. See templates.

templates

  • 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.