removing unecessary config for initial implementation

pull/13123/head
Bobby DeVeaux 9 years ago
parent 9d1614b65f
commit fee66882f0

@ -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,
},
}

Loading…
Cancel
Save