Skip to main content
Latest Documentation
This is the latest documentation for the Cloud Posse Reference Architecture. To determine which version you're currently using, please see Version Identification.

Subnet route

Requirements

NameVersion
terraform>= 1.3
aws>= 5.69.0

Providers

NameVersion
aws>= 5.69.0

Modules

No modules.

Resources

NameType
aws_route.countresource
aws_route.keysresource

Inputs

NameDescriptionTypeDefaultRequired
destination_cidr_blocksDestination CIDR blockslist(string)n/ayes
route_keys_enabledEnable route keysboolfalseno
route_table_idsSubnet route table IDslist(string)n/ayes
route_timeoutsaws_route resource timeouts
object({
create = optional(string),
delete = optional(string),
update = optional(string)
})
{}no
transit_gateway_idTransit Gateway IDstringn/ayes

Outputs

NameDescription
subnet_route_idsSubnet route identifiers combined with destinations