From 30a2dc9dc7bf9ede65a4df9b64c5d3a054a81ad4 Mon Sep 17 00:00:00 2001 From: Ujjwal Kumar Date: Fri, 19 May 2023 12:02:38 +0530 Subject: [PATCH] fix(doc): doc fix for vpc_routing_table_route next_hop --- website/docs/r/is_vpc_routing_table_route.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/is_vpc_routing_table_route.html.markdown b/website/docs/r/is_vpc_routing_table_route.html.markdown index b4bfbd49f7..234faacca6 100644 --- a/website/docs/r/is_vpc_routing_table_route.html.markdown +++ b/website/docs/r/is_vpc_routing_table_route.html.markdown @@ -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.