Resource: aws_route53_cidr_collection

Provides a Route53 CIDR collection resource.

Example Usage

resource "aws_route53_cidr_collection" "example" {
  name = "collection-1"
}

Argument Reference

This resource supports the following arguments:

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 CIDR collections using their ID. For example:

import {
  to = aws_route53_cidr_collection.example
  id = "9ac32814-3e67-0932-6048-8d779cc6f511"
}

Using terraform import, import CIDR collections using their ID. For example:

% terraform import aws_route53_cidr_collection.example 9ac32814-3e67-0932-6048-8d779cc6f511