github.com/jrasell/terraform@v0.6.17-0.20160523115548-2652f5232949/website/source/docs/providers/cloudstack/r/vpn_connection.html.markdown (about) 1 --- 2 layout: "cloudstack" 3 page_title: "CloudStack: cloudstack_vpn_connection" 4 sidebar_current: "docs-cloudstack-resource-vpn-connection" 5 description: |- 6 Creates a site to site VPN connection. 7 --- 8 9 # cloudstack\_vpn\_connection 10 11 Creates a site to site VPN connection. 12 13 ## Example Usage 14 15 Basic usage: 16 17 ``` 18 resource "cloudstack_vpn_connection" "default" { 19 customer_gateway_id = "8dab9381-ae73-48b8-9a3d-c460933ef5f7" 20 vpn_gateway_id = "a7900060-f8a8-44eb-be15-ea54cf499703" 21 } 22 ``` 23 24 ## Argument Reference 25 26 The following arguments are supported: 27 28 * `customer_gateway_id` - (Required) The Customer Gateway ID to connect. 29 Changing this forces a new resource to be created. 30 31 * `customergatewayid` - (Required, Deprecated) The Customer Gateway ID 32 to connect. Changing this forces a new resource to be created. 33 34 * `vpn_gateway_id` - (Required) The VPN Gateway ID to connect. Changing 35 this forces a new resource to be created. 36 37 * `vpngatewayid` - (Required, Deprecated) The VPN Gateway ID to connect. 38 Changing this forces a new resource to be created. 39 40 ## Attributes Reference 41 42 The following attributes are exported: 43 44 * `id` - The ID of the VPN Connection.