add_default_route
Append a default route to an OCI route table by specifying a gateway. Direct traffic from a CIDR (default 0.0.0.0/0) to the gateway.
Instructions
Append a route (cidr -> gateway/IGW/NAT/Service GW) to a route table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| route_table_id | Yes | ||
| gateway_id | Yes | ||
| cidr | No | 0.0.0.0/0 |