removing unecessary config for initial implementation

This commit is contained in:
Bobby DeVeaux 2017-05-23 12:24:53 +01:00
parent 9d1614b65f
commit fee66882f0
1 changed files with 1 additions and 9 deletions

View File

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