Skip to content

Latest commit

 

History

History

cidr-collection

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

cidr-collection

This module creates following resources.

  • aws_route53_cidr_collection
  • aws_route53_cidr_location (optional)

Requirements

Name Version
terraform >= 1.6
aws >= 5.14

Providers

Name Version
aws 5.25.0

Modules

No modules.

Resources

Name Type
aws_route53_cidr_collection.this resource
aws_route53_cidr_location.this resource

Inputs

Name Description Type Default Required
name (Required) The name for the CIDR collection. string n/a yes
locations (Optional) A configurations for locations of the CIDR collection. Each key is the CIDR location name. Each value is a set of the location CIDR blocks. map(set(string)) {} no

Outputs

Name Description
arn The Amazon Resource Name (ARN) of the CIDR collection.
id The CIDR collection ID.
locations A map of locations for the CIDR collection.
name The name of the CIDR collection.
version The version of the CIDR collection.