Resource: aws_servicequotas_template_association

Terraform resource for managing an AWS Service Quotas Template Association.

Example Usage

Basic Usage

resource "aws_servicequotas_template_association" "example" {}

Argument Reference

The following arguments are optional:

Attribute Reference

This resource exports the following attributes in addition to the arguments above:

Import

In Terraform v1.5.0 and later, use an import block to import Service Quotas Template Association using the id. For example:

import {
  to = aws_servicequotas_template_association.example
  id = "012345678901"
}

Using terraform import, import Service Quotas Template Association using the id. For example:

% terraform import aws_servicequotas_template_association.example 012345678901