| <a name="input_routes"></a> [routes](#input\_routes) | A collection of routes to add to the subnets | <pre>list(object({<br/>    cidr = string<br/>    ## The cidr block to provision the subnets (optional)<br/>    carrier_gateway_id = optional(string, null)<br/>    ## Identifier of a carrier gateway. This attribute can only be used when the VPC contains a subnet which is associated with a Wavelength Zone.<br/>    core_network_arn = optional(string, null)<br/>    ## The Amazon Resource Name (ARN) of a core network.<br/>    egress_only_gateway_id = optional(string, null)<br/>    ## Identifier of a VPC Egress Only Internet Gateway.<br/>    gateway_id = optional(string, null)<br/>    ## Identifier of a VPC internet gateway or a virtual private gateway. Specify local when updating a previously imported local route.<br/>    nat_gateway_id = optional(string, null)<br/>    ## Identifier of a VPC NAT gateway.<br/>    local_gateway_id = optional(string, null)<br/>    ## Identifier of a Outpost local gateway.<br/>    network_interface_id = optional(string, null)<br/>    ## Identifier of an EC2 network interface.<br/>    transit_gateway_id = optional(string, null)<br/>    ## Identifier of an EC2 Transit Gateway.<br/>    vpc_endpoint_id = optional(string, null)<br/>    ## Identifier of a VPC Endpoint.<br/>    vpc_peering_connection_id = optional(string, null)<br/>    ## Identifier of a VPC peering connection.<br/>  }))</pre> | `[]` | no |
0 commit comments