Skip to content

Commit

Permalink
fix(doc): doc fix for vpc_routing_table_route next_hop
Browse files Browse the repository at this point in the history
  • Loading branch information
ujjwal-ibm authored and hkantare committed May 30, 2023
1 parent eb5f27a commit 30a2dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/is_vpc_routing_table_route.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Review the argument references that you can specify for your resource.
- `action` - (Optional, String) The action to perform with a packet matching the route `delegate`, `delegate_vpc`, `deliver`, `drop`.
- `destination` - (Required, Forces new resource, String) The destination of the route.
- `name` - (Optional, String) The user-defined name of the route. If unspecified, the name will be a hyphenated list of randomly selected words. You need to provide unique name within the VPC routing table the route resides in.
- `next_hop` - (Required, String) The next hop of the route. It accepts IP address or a VPN connection ID. For `action` other than `deliver`, you must specify `0.0.0.0`.
- `next_hop` - (Required, String) The next hop of the route. It accepts IP address or a VPN gateway connection ID (`ibm_is_vpn_gateway_connection`) of a VPN Gateway (`ibm_is_vpn_gateway`) with the `mode = "route"` argument and in the same VPC as the route table for this route for an egress route. For action other than deliver, you must specify `0.0.0.0`.
- `routing_table` - (Required, String) The routing table ID.
- `vpc` - (Required, Forces new resource, String) The VPC ID.
- `zone` - (Required, Forces new resource, String) Name of the zone.
Expand Down

0 comments on commit 30a2dc9

Please sign in to comment.