diff --git a/builtin/providers/vcd/resource_vcd_edgegateway_vpn.go b/builtin/providers/vcd/resource_vcd_edgegateway_vpn.go index 18dc6d9fa0..0f2b1d07d0 100644 --- a/builtin/providers/vcd/resource_vcd_edgegateway_vpn.go +++ b/builtin/providers/vcd/resource_vcd_edgegateway_vpn.go @@ -187,15 +187,7 @@ func resourceVcdEdgeGatewayVpnCreate(d *schema.ResourceData, meta interface{}) e Xmlns: "http://www.vmware.com/vcloud/v1.5", GatewayIpsecVpnService: &types.GatewayIpsecVpnService{ IsEnabled: true, - /* - Endpoint: &types.GatewayIpsecVpnEndpoint{ - Network: &types.Reference{ - HREF: "http://myvpn.com", - }, - PublicIP: "63.30.253.57", - }, - */ - Tunnel: tunnels, + Tunnel: tunnels, }, }