Kvindo™ Cloud Docs
A Route Table Attachment binds a Route Table to a VPC, making that table's routes active for the VPC's traffic.
• Route Table — the table of routes to apply (spec.routeTableId)
• VPC — the VPC the routes apply to (spec.vpcId)
Create the Route Table (and its routes) and the VPC first, then attach them.
| UI Name | API / kc name | Terraform name | Optional | Format | Default | Is read only | Description |
|---|---|---|---|---|---|---|---|
| Route Table | spec.routeTableId |
spec.route_table_id |
No | ULID — references a Route Table | — | No | The route table to apply |
| VPC | spec.vpcId |
spec.vpc_id |
No | ULID — references a VPC | — | No | The VPC the routes apply to |
Attach an existing route table to an existing VPC.
Terraform
Python SDK
kc CLI
Resource docs
More in this section
Reference