Skip to content

Commit 3a9ac88

Browse files
committed
feat(vpn-gateway): Update docs
1 parent b7b118e commit 3a9ac88

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

website/docs/d/is_vpn_gateway_connection.html.markdown

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ In addition to all argument references listed, you can access the following attr
128128

129129
- `tunnels` - (List) The VPN tunnel configuration for this VPN gateway connection (in static route mode).
130130
Nested scheme for **tunnels**:
131-
- `address` - (String)
132131
- `neighbor_ip` - (String) The IP address of the neighbor on the virtual tunnel interface.
133132
- `protocol_state` - (String) BGP routing protocol state.
134133
- `public_ip_address` - (String) The IP address of the VPN gateway member in which the tunnel resides. This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered.

website/docs/d/is_vpn_gateway_connections.html.markdown

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ In addition to all argument reference list, you can access the following attribu
7676
- `tunnels` - (List) The VPN tunnel configuration for the VPN gateway connection (in static route mode).
7777

7878
Nested scheme for `tunnels`:
79-
- `address` - (String)
8079
- `neighbor_ip` - (String) The IP address of the neighbor on the virtual tunnel interface.
8180
- `protocol_state` - (String) BGP routing protocol state.
8281
- `status` - (String) The status of the VPN tunnel.

website/docs/d/is_vpn_gateway_service_connection.html.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ Provides a read-only data source for VPN gateway service Connection. You can the
1515
```hcl
1616
data "ibm_is_vpn_gateway_service_connection" "example" {
1717
vpn_gateway = ibm_is_vpn_gateway.example.id
18-
vpn_gateway_connection = ibm_is_vpn_gateway_connection.example.gateway_connection
18+
vpn_gateway_service_connection = "3066f374-97f7-4138-b59d-20a8414f49a8"
1919
}
2020
data "ibm_is_vpn_gateway_service_connection" "example-1" {
2121
vpn_gateway_name = ibm_is_vpn_gateway.example.name
22-
vpn_gateway_connection = ibm_is_vpn_gateway_connection.example.gateway_connection
22+
vpn_gateway_service_connection = "3066f374-97f7-4138-b59d-20a8414f49a8"
2323
}
2424
```
2525

@@ -29,7 +29,7 @@ Review the argument reference that you can specify for your data source.
2929

3030
- `vpn_gateway` - (Optional, String) The VPN gateway identifier.
3131
- `vpn_gateway_name` - (Optional, String) The VPN gateway name.
32-
- `vpn_gateway_connection` - (Required, String) The VPN gateway connection identifier.
32+
- `vpn_gateway_service_connection` - (Required, String) The VPN gateway service connection identifier.
3333

3434
~> **Note** Provide either one of `vpn_gateway`, `vpn_gateway_name` to identifiy vpn gateway.
3535

website/docs/r/is_vpn_gateway_connection.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Review the argument references that you can specify for your resource.
186186
- `tunnel` - (Optional, List)
187187
Nested schema for **tunnel**:
188188
- `neighbor_ip` - (Required, String) The IP address of the neighbor on the virtual tunnel interface.
189-
- `tunnel_interface_ip` - (Required, String) he IP address of the virtual tunnel interface.
189+
- `tunnel_interface_ip` - (Required, String) The IP address of the virtual tunnel interface.
190190
- `vpn_gateway` - (Required, Forces new resource, String) The unique identifier of the VPN gateway.
191191

192192
## Attribute reference

0 commit comments

Comments
 (0)