Subnet route
Requirements
| Name | Version |
|---|---|
| terraform | >= 1.3 |
| aws | >= 5.69.0 |
Providers
| Name | Version |
|---|---|
| aws | >= 5.69.0 |
Modules
No modules.
Resources
| Name | Type |
|---|---|
| aws_route.count | resource |
| aws_route.keys | resource |
Inputs
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
| destination_cidr_blocks | Destination CIDR blocks | list(string) | n/a | yes |
| route_keys_enabled | Enable route keys | bool | false | no |
| route_table_ids | Subnet route table IDs | list(string) | n/a | yes |
| route_timeouts | aws_route resource timeouts | object({ | {} | no |
| transit_gateway_id | Transit Gateway ID | string | n/a | yes |
Outputs
| Name | Description |
|---|---|
| subnet_route_ids | Subnet route identifiers combined with destinations |