Manage a Transit Gateway route table entry.
Example:
module "awsvpn_tgw_route_cidr" {
source = "git::https://github.com/rhythmictech/terraform-aws-transitgateway-route-cidr"
destination_cidr = "192.168.0.0/24"
route_tables = concat(module.vpc.public_route_table_ids, module.vpc.private_route_table_ids)
transit_gateway_id = "tgw-1234567a"
}
No requirements.
Name | Version |
---|---|
aws | n/a |
Name | Description | Type | Default | Required |
---|---|---|---|---|
destination_cidr | CIDR for route | string |
n/a | yes |
route_tables | Route talbes to install route in | list(string) |
n/a | yes |
transit_gateway_id | Transit Gateway ID | string |
n/a | yes |
No output.